Skip to content

Commit fe797cb

Browse files
author
Patrick M
committed
feat: upgrade to astro 6
1 parent a0591aa commit fe797cb

File tree

6 files changed

+999
-1745
lines changed

6 files changed

+999
-1745
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
24

astro.config.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@ export default defineConfig({
6262
}),
6363
},
6464
},
65+
fonts: [
66+
{
67+
name: "Google Sans Code",
68+
cssVariable: "--font-google-sans-code",
69+
provider: fontProviders.google(),
70+
fallbacks: ["monospace"],
71+
weights: [300, 400, 500, 600, 700],
72+
styles: ["normal", "italic"],
73+
},
74+
],
6575
experimental: {
66-
preserveScriptOrder: true,
67-
fonts: [
68-
{
69-
name: "Google Sans Code",
70-
cssVariable: "--font-google-sans-code",
71-
provider: fontProviders.google(),
72-
fallbacks: ["monospace"],
73-
weights: [300, 400, 500, 600, 700],
74-
styles: ["normal", "italic"],
75-
},
76-
],
76+
// preserveScriptOrder: true,
7777
},
7878
});

0 commit comments

Comments
 (0)