diff --git a/.vscode/settings.json b/.vscode/settings.json index 3c2a3e58..8bf25639 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,12 +1,7 @@ { - "i18n-ally.localesPaths": [ - "locales" - ], + "i18n-ally.localesPaths": ["locales"], "i18n-ally.keystyle": "nested", - "eslint.validate": [ - "javascript", - "svelte" - ], + "eslint.validate": ["javascript", "svelte"], "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll.eslint": true @@ -16,5 +11,6 @@ }, "[mdx]": { "editor.wordWrap": "on" - } -} \ No newline at end of file + }, + "typescript.tsdk": "node_modules/typescript/lib" +} diff --git a/src/components/SEO/SEO.svelte b/src/components/SEO/SEO.svelte index de7134f5..9c9e49a5 100644 --- a/src/components/SEO/SEO.svelte +++ b/src/components/SEO/SEO.svelte @@ -1,7 +1,10 @@