This commit is contained in:
Ollie Taylor
2023-02-23 13:28:04 +00:00
parent 1336175d8a
commit 8260a2078f
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ const config = {
preprocess: vitePreprocess(),
kit: {
adapter: adapter()
}
adapter: adapter(),
},
};
export default config;