diff --git a/icons/src/routes/+page.svelte b/icons/src/routes/+page.svelte deleted file mode 100644 index 0a45b69f..00000000 --- a/icons/src/routes/+page.svelte +++ /dev/null @@ -1,3 +0,0 @@ -
Create your package using @sveltejs/package and preview/showcase your work with SvelteKit
-Visit kit.svelte.dev to read the documentation
diff --git a/icons/svelte.config.js b/icons/svelte.config.js index 2b35fe1b..801ec5fe 100644 --- a/icons/svelte.config.js +++ b/icons/svelte.config.js @@ -1,4 +1,3 @@ -import adapter from '@sveltejs/adapter-auto'; import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; /** @type {import('@sveltejs/kit').Config} */ @@ -6,13 +5,6 @@ const config = { // Consult https://kit.svelte.dev/docs/integrations#preprocessors // for more information about preprocessors preprocess: vitePreprocess(), - - kit: { - // adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list. - // If your environment is not supported or you settled on a specific environment, switch out the adapter. - // See https://kit.svelte.dev/docs/adapters for more information about adapters. - adapter: adapter() - } }; export default config; diff --git a/src/routes/i18n-app/+layout.svelte b/src/routes/i18n-app/+layout.svelte index 0826846c..3454ff0c 100644 --- a/src/routes/i18n-app/+layout.svelte +++ b/src/routes/i18n-app/+layout.svelte @@ -1,7 +1,7 @@