Skip to content

Commit

Permalink
deployment: base path issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulhakkeempa committed May 28, 2024
1 parent 023f330 commit 5825853
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true
reactStrictMode: true,
basePath: '/',
}

module.exports = nextConfig

0 comments on commit 5825853

Please sign in to comment.