Skip to content

Commit dd7e99b

Browse files
committed
fix build error
1 parent 08910ff commit dd7e99b

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

astro.config.mjs

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -105,26 +105,26 @@ export default defineConfig({
105105
},
106106
}),
107107
starlightSiteGraph({
108-
graphConfig: {
109-
depth: 5,
110-
visibilityRules: ['api/**'],
111-
},
112-
trackVisitedPages: false,
113-
storageLocation: 'none',
114-
sitemapConfig: {
115-
contentRoot: './src/content/docs',
116-
pageInclusionRules: ['**/api/**'],
117-
},
118108
// graphConfig: {
119109
// depth: 5,
120-
// trackVisitedPages: false,
110+
// visibilityRules: ['api/**'],
121111
// },
112+
// trackVisitedPages: false,
122113
// storageLocation: 'none',
123-
// contentRoot: './src/content/docs',
124-
// include_sitemap: ['./api/*/**/*.md'],
125-
// exclude_sitemap: ['**'],
126-
// show_graph: ['api/**'],
127-
// hide_graph: ['**', ''],
114+
// sitemapConfig: {
115+
// contentRoot: './src/content/docs',
116+
// pageInclusionRules: ['**/api/**'],
117+
// },
118+
graphConfig: {
119+
depth: 5,
120+
trackVisitedPages: false,
121+
},
122+
storageLocation: 'none',
123+
contentRoot: './src/content/docs',
124+
include_sitemap: ['./api/*/**/*.md'],
125+
exclude_sitemap: ['**'],
126+
show_graph: ['api/**'],
127+
hide_graph: ['**', ''],
128128
}),
129129
],
130130
}),

bun.lockb

2.09 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"astro": "4.15.4",
1616
"pixi-stats": "^1.3.10",
1717
"starlight-links-validator": "^0.12.0",
18-
"starlight-site-graph": "0.1.1",
18+
"starlight-site-graph": "0.0.13",
1919
"starlight-typedoc": "^0.16.0",
2020
"typedoc": "^0.26.7",
2121
"typedoc-plugin-markdown": "^4.2.7",

0 commit comments

Comments
 (0)