Add nuxt config file to actually silence vite spam
This commit is contained in:
parent
12133aed07
commit
b23e3d06c4
|
@ -0,0 +1,4 @@
|
|||
export default {
|
||||
ssr: false,
|
||||
target: "static",
|
||||
}
|
Loading…
Reference in New Issue