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 9af79d7 commit fdc3d09Copy full SHA for fdc3d09
website/.vitepress/config.ts
@@ -232,7 +232,7 @@ export default defineConfig({
232
pattern: 'https://github.com/ast-grep/ast-grep.github.io/edit/main/website/:path',
233
},
234
sidebar: {
235
- '/blog/': [
+ '/blog': [
236
{ text: 'Blog List', link: '/blog.html' },
237
{ text: 'Homepage', link: '/' },
238
{
@@ -257,4 +257,4 @@ export default defineConfig({
257
sitemap: {
258
hostname: 'https://ast-grep.github.io',
259
260
-})
+})
website/blog.md
@@ -1,5 +1,4 @@
1
---
2
-sidebar: false
3
outline: false
4
5
@@ -9,4 +8,4 @@ outline: false
9
8
import BlogIndex from './src/BlogIndex.vue'
10
</script>
11
12
-<BlogIndex/>
+<BlogIndex/>
0 commit comments