fix(site): server error caused by missing semicolon
This commit is contained in:
parent
1610683a70
commit
e7b2a23cf4
1 changed files with 2 additions and 2 deletions
|
@ -12,12 +12,12 @@
|
|||
const project = {
|
||||
name: 'WebComponent.io',
|
||||
description: 'A simple reactivity system for web components',
|
||||
}
|
||||
};
|
||||
const author = {
|
||||
name: 'Ayo Ayco',
|
||||
url: 'https://ayco.io',
|
||||
year: '2023',
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style>
|
||||
@counter-style publish-icons {
|
||||
|
|
Loading…
Reference in a new issue