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 = {
|
const project = {
|
||||||
name: 'WebComponent.io',
|
name: 'WebComponent.io',
|
||||||
description: 'A simple reactivity system for web components',
|
description: 'A simple reactivity system for web components',
|
||||||
}
|
};
|
||||||
const author = {
|
const author = {
|
||||||
name: 'Ayo Ayco',
|
name: 'Ayo Ayco',
|
||||||
url: 'https://ayco.io',
|
url: 'https://ayco.io',
|
||||||
year: '2023',
|
year: '2023',
|
||||||
}
|
};
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
@counter-style publish-icons {
|
@counter-style publish-icons {
|
||||||
|
|
Loading…
Reference in a new issue