diff --git a/eslint.config.js b/eslint.config.js index 9e1c70f..fa7b84e 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -32,6 +32,7 @@ export default tsEslint.config( "**/build", "**/node_modules", "**/package", + "**/app.d.ts", ], }, ); diff --git a/src/app.html b/src/app.html index c0ecea9..0ea48ff 100644 --- a/src/app.html +++ b/src/app.html @@ -2,10 +2,24 @@ - - - - + + + + %sveltekit.head% diff --git a/src/components/footer.svelte b/src/components/footer.svelte index 3d32d35..84a4f40 100644 --- a/src/components/footer.svelte +++ b/src/components/footer.svelte @@ -1,11 +1,19 @@ -