Skip to content

Commit 6ffb9e8

Browse files
authored
Merge pull request #1053 from DuendeSoftware/upgrade-v61
Upgrade to Astro 6.1
2 parents e43d547 + 8f965b8 commit 6ffb9e8

9 files changed

Lines changed: 2210 additions & 2210 deletions

File tree

astro/.npmrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# @pasqal-io/starlight-client-mermaid@0.1.0 has a stale peer dep on
2+
# @astrojs/markdown-remark@^6.0.2 which conflicts with the ^7.1.0 required
3+
# by Astro 6 / Starlight 0.38. The package works fine at runtime.
4+
# Remove this once starlight-client-mermaid publishes a version with an
5+
# updated peer dependency range.
6+
legacy-peer-deps=true

astro/astro.config.mjs

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,16 @@ export default defineConfig({
2323
site: "https://docs.duendesoftware.com",
2424
trailingSlash: "ignore",
2525
redirects: {},
26-
experimental: {
27-
fonts: [
28-
{
29-
provider: fontProviders.google(),
30-
name: "Roboto",
31-
cssVariable: "--font-roboto",
32-
weights: ["100 900", "bold"],
33-
styles: ["normal", "italic"],
34-
display: "swap",
35-
},
36-
],
37-
},
26+
fonts: [
27+
{
28+
provider: fontProviders.google(),
29+
name: "Roboto",
30+
cssVariable: "--font-roboto",
31+
weights: ["100 900", "bold"],
32+
styles: ["normal", "italic"],
33+
display: "swap",
34+
},
35+
],
3836
integrations: [
3937
starlight({
4038
customCss: ["./src/styles/custom.css"],

0 commit comments

Comments
 (0)