chore: update blog routing and header link
- Removed the redirects for the blog route in the configuration. - Updated the blog link in the Header component to include a trailing slash. - Added a new index page for the blog to display all posts.
This commit is contained in:
@@ -15,10 +15,4 @@ export default defineConfig({
|
||||
theme: "vitesse-dark",
|
||||
},
|
||||
},
|
||||
redirects: {
|
||||
"/blog": {
|
||||
destination: "/",
|
||||
status: 301,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user