1
0
Fork 0
mirror of synced 2024-06-15 17:05:11 +12:00

Add nuxt config file to actually silence vite spam

This commit is contained in:
Andrew Kingston 2022-02-22 12:38:24 +00:00
parent 12133aed07
commit b23e3d06c4

View file

@ -0,0 +1,4 @@
export default {
ssr: false,
target: "static",
}