Skip to content

Commit 7b95890

Browse files
committed
Remove basepath nonsense
1 parent af613c9 commit 7b95890

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

next.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ import type { NextConfig } from 'next';
33
/** @type {import('next').NextConfig} */
44
const nextConfig: NextConfig = {
55
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-
: '/',
126
trailingSlash: true,
137
images: {
148
unoptimized: true,

0 commit comments

Comments
 (0)