Skip to content

Commit

Permalink
Update next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
geekskai authored Oct 16, 2024
1 parent e65c8ef commit 1a5edae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ module.exports = () => {
destination: "/:path*/feed.xml",
permanent: true,
},
{
source: "/blog/primevue/how-to-change-css-of-primevue/",
destination: "/blog/css/how-to-change-css-of-primevue/",
permanent: true,
},
];
},
output,
Expand Down

0 comments on commit 1a5edae

Please sign in to comment.