feat: add dir tree

This commit is contained in:
KazooTTT
2024-11-30 18:21:58 +08:00
parent 434a88a830
commit 2d10f8016f
7 changed files with 244 additions and 38 deletions

View File

@ -30,7 +30,7 @@ export default defineConfig({
}
}),
redirects: {
'/articles': {
'/article': {
status: 301,
destination: '/posts'
},