Skip to content

Commit

Permalink
add back static export output in next config
Browse files Browse the repository at this point in the history
  • Loading branch information
celinalou92 committed Dec 6, 2023
1 parent 5e72c1c commit 01c11bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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: '',
output: 'export'
}


Expand Down

0 comments on commit 01c11bb

Please sign in to comment.