This commit is contained in:
Ollie Taylor
2023-02-22 16:43:52 +00:00
parent 3553143f03
commit 4137cda798
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ const config = {
preprocess: vitePreprocess(),
kit: {
adapter: adapter()
}
adapter: adapter(),
},
};
export default config;