This commit is contained in:
LeNei
2023-06-02 17:31:30 +02:00
parent f029e1ec0c
commit 1fbc723f6d
6 changed files with 857 additions and 11 deletions

View File

@@ -8,10 +8,7 @@ const config = {
preprocess: vitePreprocess(),
kit: {
adapter: adapter({
fallback: 'index.html'
}),
prerender: { entries: [] }
adapter: adapter()
}
};