Remove temporary comment and restore web fonts preset

Co-authored-by: eli32-vlc <84105075+eli32-vlc@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-01-04 02:29:02 +00:00
parent 28f9e95a76
commit 9697af1f89

View file

@ -129,13 +129,12 @@ export default defineConfig({
) )
} }
} }
}),
presetWebFonts({
fonts: {
mono: 'Geist Mono'
}
}) })
// Temporarily disabled for build in sandboxed environment
// presetWebFonts({
// fonts: {
// mono: 'Geist Mono'
// }
// })
], ],
transformers: [transformerDirectives()] transformers: [transformerDirectives()]
}) })