1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-04 21:15:22 +02:00

fix: Various Nuxt Upgrade Issues (#5545)

This commit is contained in:
Michael Genson 2025-06-20 04:42:12 -05:00 committed by GitHub
parent c24d532608
commit 2673834a9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 16 additions and 11 deletions

View file

@ -67,7 +67,7 @@ export default defineNuxtConfig({
viewTransition: true,
},
css: ["~/assets/css/main.css", "~/assets/style-overrides.scss"],
css: ["~/assets/css/main.css", "~/assets/css/fonts.css", "~/assets/style-overrides.scss"],
runtimeConfig: {
sessionPassword: process.env.SESSION_PASSWORD || "password-with-at-least-32-characters",
@ -172,7 +172,7 @@ export default defineNuxtConfig({
googleFonts: {
fontsPath: "/assets/fonts",
download: true,
download: false, // Disable automatic downloading
families: {
Roboto: [100, 300, 400, 500, 700, 900],
},