We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08a53c commit 0e44675Copy full SHA for 0e44675
mithril-explorer/next.config.js
@@ -1,5 +1,6 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
+ output: "export",
4
basePath: "/explorer",
5
reactStrictMode: true,
6
swcMinify: true,
mithril-explorer/package.json
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
7
- "build": "next build && next export",
+ "build": "next build",
8
"start": "next start",
9
"lint": "next lint",
10
"test": "jest --watch",
0 commit comments