diff --git a/docs/next.config.js b/docs/next.config.js index 767719f..933ffde 100644 --- a/docs/next.config.js +++ b/docs/next.config.js @@ -1,4 +1,6 @@ /** @type {import('next').NextConfig} */ -const nextConfig = {} +const nextConfig = { + output: "export" +} module.exports = nextConfig diff --git a/docs/package.json b/docs/package.json index 1b8e49e..8ec537d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -6,7 +6,8 @@ "dev": "next dev", "build": "next build", "start": "next start", - "lint": "next lint" + "lint": "next lint", + "export": "next export" }, "browserslist": "defaults, not ie <= 11", "dependencies": {