Skip to content

Commit

Permalink
Merge pull request #13 from push-protocol/f_push_scan
Browse files Browse the repository at this point in the history
reverted the changes
  • Loading branch information
rohitmalhotra1420 authored Dec 2, 2024
2 parents 597eb17 + 6f8ce37 commit cf4fb61
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 cf4fb61

Please sign in to comment.