mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
build: 🏗️ Make build work entirely offline
Useful for Nix build
This commit is contained in:
parent
5fdf31a717
commit
ba0b5bf4ad
17 changed files with 54 additions and 7 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue