We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbbcbc commit 1b6033dCopy full SHA for 1b6033d
template/frontend/nuxt.config.ts.jinja
@@ -15,6 +15,13 @@ export default defineNuxtConfig({
15
["@nuxt/eslint", { devOnly: true }],
16
["@nuxt/test-utils/module", { devOnly: true }],
17
],
18
+ icon: {
19
+ provider: "none", // bundle all icons into the build for air-gapped deployments
20
+ clientBundle: {
21
+ scan: true,
22
+ sizeLimitKb: 256, // fail the build if there's somehow more than this amount of icons
23
+ },
24
25
css: ["~/assets/css/main.css"],
26
experimental: { appManifest: false }, // https://github.com/nuxt/nuxt/issues/30461#issuecomment-2572616714{% endraw %}{% if has_backend and not deploy_as_executable %}{% raw %}
27
nitro: {
0 commit comments