Don't try to access external font data at build time.
This commit is contained in:
parent
2737494546
commit
728414fffc
1 changed files with 6 additions and 0 deletions
|
|
@ -3,6 +3,12 @@ export default defineNuxtConfig({
|
||||||
compatibilityDate: "2025-07-15",
|
compatibilityDate: "2025-07-15",
|
||||||
devtools: { enabled: false },
|
devtools: { enabled: false },
|
||||||
modules: ["@nuxt/eslint", "@nuxt/ui", "@nuxtjs/plausible"],
|
modules: ["@nuxt/eslint", "@nuxt/ui", "@nuxtjs/plausible"],
|
||||||
|
fonts: {
|
||||||
|
providers: {
|
||||||
|
google: false,
|
||||||
|
fontsource: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
colorMode: {
|
colorMode: {
|
||||||
preference: "system",
|
preference: "system",
|
||||||
fallback: "light",
|
fallback: "light",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue