Skip to content

Commit 5810489

Browse files
authored
Fix overflowing mermaid diagrams in docs (TraceMachina#1133)
Turns out I added this already and it just didn't work because of a typo.
1 parent ff90c34 commit 5810489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/astro.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default defineConfig({
6363
sitemap(),
6464
starlight({
6565
components: {
66-
PagekFrame: "./src/components/PageFrame.astro",
66+
PageFrame: "./src/components/PageFrame.astro",
6767
},
6868
logo: {
6969
light: "/src/assets/logo-light.svg",

0 commit comments

Comments
 (0)