We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f795b commit 37ff339Copy full SHA for 37ff339
next.config.ts
@@ -5,6 +5,8 @@ import type { NextConfig } from "next";
5
const nextConfig: NextConfig = {
6
output: 'export',
7
basePath: isGitHubPages ? '/Dashboard_25-26' : '',
8
+ assetPrefix: isGitHubPages ? '/repo-name/' : '/',
9
+ trailingSlash: true,
10
outputFileTracingExcludes: {
11
'/api/*': ['src/app/api/**/*'],
12
}
0 commit comments