Skip to content

Commit

Permalink
fix: rename to shop
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 2, 2023
1 parent 8eb7999 commit d789c4d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
}
async rewrites() {
return {
fallback: [
{
source: "/blocked",
destination: "/shop",
},
],
};
},
};

1 comment on commit d789c4d

@vercel
Copy link

@vercel vercel bot commented on d789c4d Mar 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.