Skip to content

Commit

Permalink
chore: update nuxt config
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Sep 22, 2024
1 parent 7614dbd commit 127ec26
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .config/nuxt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ export default defineNuxtConfig({
"@nuxthub/core"
],
hub: { database: true, blob: true },
icon: { mode: "svg", serverBundle: "remote" },
icon: {
mode: "svg",
serverBundle: "remote",
clientBundle: { scan: true, sizeLimitKb: 2048 }
},
eslint: {
config: {
autoInit: false,
Expand Down Expand Up @@ -173,7 +177,10 @@ export default defineNuxtConfig({
vite: {
css: {
preprocessorOptions: {
scss: { quietDeps: true }
scss: {
api: "modern-compiler",
silenceDeprecations: ["mixed-decls", "color-functions"]
}
}
}
}
Expand Down

0 comments on commit 127ec26

Please sign in to comment.