Skip to content

Commit

Permalink
🐛 Fix base path
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Jan 9, 2024
1 parent 007cb96 commit f0b0bfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
basePath: '/nextjs-github-pages',
images: { unoptimized: true },
}

Expand Down

0 comments on commit f0b0bfe

Please sign in to comment.