Skip to content

Commit

Permalink
chore: remove changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Oct 3, 2024
1 parent b73ea53 commit 719141d
Show file tree
Hide file tree
Showing 79 changed files with 180 additions and 3,411 deletions.
5 changes: 5 additions & 0 deletions apps/website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ let config = {
],
async redirects() {
return [
{
source: '/changelog',
destination: '/blog',
permanent: false,
},
{
source: '/nextjs-boilerplate',
destination: '/nextjs-starter-kit',
Expand Down
Loading

0 comments on commit 719141d

Please sign in to comment.