We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5439cf commit 35b5fc1Copy full SHA for 35b5fc1
astro.config.mjs
@@ -178,6 +178,7 @@ export default defineConfig({
178
'develop/sidecar',
179
'develop/state-management',
180
'develop/updating-dependencies',
181
+ 'develop/icons',
182
{
183
label: 'Debug',
184
collapsed: true,
package.json
@@ -24,7 +24,7 @@
24
"dependencies": {
25
"@astrojs/markdown-remark": "^6.3.2",
26
"@astrojs/rss": "^4.0.12",
27
- "@astrojs/starlight": "0.34.6",
+ "@astrojs/starlight": "0.35.1",
28
"@lunariajs/core": "^0.1.1",
29
"@lunariajs/starlight": "^0.1.1",
30
"@types/json-schema": "^7.0.15",
0 commit comments