Skip to content

Commit 0b6e33e

Browse files
committed
fix: add static export config for GitHub Pages deploy
1 parent 72dbe52 commit 0b6e33e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/docs/next.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/** @type {import('next').NextConfig} */
22
const config = {
3+
output: 'export',
4+
basePath: process.env.NEXT_PUBLIC_BASE_PATH || '',
35
transpilePackages: ['appshell-react'],
46
images: { unoptimized: true },
57
};

0 commit comments

Comments
 (0)