build: 🏗️ Make build work entirely offline

Useful for Nix build
This commit is contained in:
Jesse Wierzbinski 2025-04-15 22:50:07 +02:00
parent 5fdf31a717
commit ba0b5bf4ad
No known key found for this signature in database
17 changed files with 54 additions and 7 deletions

View file

@ -27,6 +27,15 @@ export default defineNuxtConfig({
classSuffix: "",
},
compatibilityDate: "2024-11-05",
sourcemap: {
server: true,
client: true,
},
fonts: {
families: [
{ name: "Inter", provider: "local", weights: [400, 500, 600, 700, 800], styles: ["normal", "italic"], display: "swap" },
],
},
pwa: {
manifest: {
name: "Versia",