Skip to content

Commit

Permalink
redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Oct 8, 2023
1 parent 2508cbb commit aa50506
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 7 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ module.exports = {
},
],
},
redirects: async () => [
{
source: "/",
destination: "/docs",
statusCode: 308,
},
],
webpack(config) {
config.module.rules.push({
test: /\.svg$/i,
Expand Down
5 changes: 0 additions & 5 deletions src/app/page.tsx

This file was deleted.

0 comments on commit aa50506

Please sign in to comment.