We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef5a412 + 0cd84a5 commit 1d07e8dCopy full SHA for 1d07e8d
1 file changed
next.config.ts
@@ -3,10 +3,11 @@ import type { NextConfig } from "next";
3
const nextConfig: NextConfig = {
4
// Base path for all routes and assets
5
basePath: '/admin/dashboard',
6
-
+ assetPrefix: '/admin/dashboard',
7
+
8
// Output configuration for Docker builds
9
output: 'standalone',
10
11
// ESLint configuration
12
eslint: {
13
ignoreDuringBuilds: true,
0 commit comments