Skip to content

Commit

Permalink
basePath change to empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudLun committed Mar 19, 2024
1 parent 8e2067b commit 3865cc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
basePath: '/docs',
basePath: '',
// reactStrictMode: true,
env: {
BASE_URL: process.env.NEXT_PUBLIC_MAPBOX_API_KEY,
}
// env: {
// BASE_URL: process.env.NEXT_PUBLIC_MAPBOX_API_KEY,
// }

}

Expand Down

0 comments on commit 3865cc4

Please sign in to comment.