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
1 changed files with 4 additions and 0 deletions

View File

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