diff --git a/.github/workflows/deploy.yml b/.github/workflows/nextra.yml similarity index 100% rename from .github/workflows/deploy.yml rename to .github/workflows/nextra.yml diff --git a/next.config.js b/next.config.js index 99ae2ea..23749d4 100644 --- a/next.config.js +++ b/next.config.js @@ -2,7 +2,8 @@ const withNextra = require('nextra')({ theme: 'nextra-theme-docs', themeConfig: './theme.config.jsx', latex: true, - staticImage: true + staticImage: true, + output: 'export', }) module.exports = withNextra({ diff --git a/package.json b/package.json index d83c9e0..e6101a0 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,6 @@ "scripts": { "dev": "next", "build": "next build", - "export": "next export", - "build:export": "next build && next export", "start": "next start" }, "dependencies": {