Don't try to access external font data at build time.
Some checks failed
Test / vitest (push) Successful in 10m47s
Test / playwright (push) Failing after 9m31s
Test / visual (push) Failing after 9m18s
Test / Notify on failure (push) Successful in 2s

This commit is contained in:
Jennie Robinson Faber 2026-04-08 13:32:48 +01:00
parent 2737494546
commit 728414fffc

View file

@ -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",