Skip to content

Commit 0e9f2e4

Browse files
committed
wat
1 parent 1751b6f commit 0e9f2e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/next-js/next.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import type { NextConfig } from "next";
22

33
const isProd = process.env.NODE_ENV === 'production';
44
const basePath = isProd ? (process.env.BASE_PATH || '') : '';
5-
// const assetPrefix = isProd ? (basePath ? `${basePath.replace(/\/$/, '')}/` : './') : '';
5+
6+
console.log("BASE_PATH", basePath)
67

78
const nextConfig: NextConfig = {
89
/* config options here */

0 commit comments

Comments
 (0)