diff --git a/frontend/package.json b/frontend/package.json index 5c8930f..3dbdef8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,8 +16,8 @@ }, "devDependencies": { "@playwright/test": "^1.28.1", - "@sveltejs/adapter-auto": "^3.0.0", - "@sveltejs/adapter-static": "^3.0.1", + "@sveltejs/adapter-auto": "^3.0.0", + "@sveltejs/adapter-static": "^3.0.1", "@sveltejs/kit": "^2.0.0", "@sveltejs/vite-plugin-svelte": "^3.0.0", "@types/eslint": "^8.56.0", diff --git a/frontend/svelte.config.js b/frontend/svelte.config.js index 80c86f9..e1d7583 100644 --- a/frontend/svelte.config.js +++ b/frontend/svelte.config.js @@ -7,7 +7,7 @@ const config = { // for more information about preprocessors preprocess: vitePreprocess(), - kit: { + kit: { adapter: adapter({ fallback: 'index.html' }),