Skip to content
Discussion options

You must be logged in to vote

Yes, there is.

// .vitepress/config.js
export default defineConfig({
  title: "My Awesome Project",
  ...
  rewrites: {
    ':blog/:num.:title.md': ':blog/:title.md', // just ignore ":num." which matches `1.`
  }
})

Visit https://vitepress.dev/guide/routing#route-rewrites for more details.

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@aiktb
Comment options

Answer selected by aiktb
Comment options

You must be logged in to vote
4 replies
@Octobug
Comment options

@aiktb
Comment options

@Octobug
Comment options

@aiktb
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants