be able to use both tera and svelte

This commit is contained in:
2023-07-16 20:07:38 +02:00
parent 2f6464ff84
commit eb4c4bb558
4 changed files with 9 additions and 7 deletions

View File

@ -13,8 +13,8 @@ const config = {
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter({
fallback: 'app.html',
})
}
}),
},
};
export default config;