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 af613c9 commit 7b95890Copy full SHA for 7b95890
next.config.ts
@@ -3,12 +3,6 @@ import type { NextConfig } from 'next';
3
/** @type {import('next').NextConfig} */
4
const nextConfig: NextConfig = {
5
output: 'export',
6
- basePath: process.env.PAGES_BASE_PATH
7
- ? `/${process.env.PAGES_BASE_PATH}`
8
- : '',
9
- assetPrefix: process.env.PAGES_BASE_PATH
10
- ? `/${process.env.PAGES_BASE_PATH}/`
11
- : '/',
12
trailingSlash: true,
13
images: {
14
unoptimized: true,
0 commit comments