Skip to content

Commit a8ba0ae

Browse files
committed
fix: closes #1131
1 parent e555590 commit a8ba0ae

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

apps/outreach/astro.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ export default defineConfig({
6060
label: 'Français'
6161
}
6262
},
63+
markdown: {
64+
headingLinks: false
65+
},
6366
plugins: [
6467
starlightTypeDocPlugin({
6568
entryPoints: [path.resolve(runtimeCoreRoot, 'lib/index.d.ts')],

apps/outreach/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"devDependencies": {
2323
"@astrojs/check": "^0.9.4",
2424
"@astrojs/sitemap": "^3.2.1",
25-
"@astrojs/starlight": "^0.34.2",
26-
"@astrojs/starlight-tailwind": "^4.0.1",
25+
"@astrojs/starlight": "^0.34.3",
26+
"@astrojs/starlight-tailwind": "4.0.1",
2727
"@opendatacapture/runtime-core": "workspace:*",
2828
"@tailwindcss/typography": "^0.5.16",
2929
"@tailwindcss/vite": "^4.1.5",

apps/outreach/src/styles/main.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@
88
max-width: theme(--breakpoint-2xl);
99
}
1010
}
11-
.sl-anchor-link {
12-
display: none;
13-
}
1411
}

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)