Skip to content

Commit

Permalink
reverted the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitmalhotra1420 committed Dec 2, 2024
1 parent 1cb8c37 commit 6f8ce37
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ const nextConfig = {
basePath: process.env.NEXT_PUBLIC_BASE_PATH || '', // Default to empty if not defined
// You can also use assetPrefix to set the base path for static assets
assetPrefix: process.env.NEXT_PUBLIC_BASE_PATH || '',
async rewrites() {
return [
{
source: '/:path*',
destination: '/',
},
];
},
};

module.exports = nextConfig;

0 comments on commit 6f8ce37

Please sign in to comment.