Skip to content

Commit 1d07e8d

Browse files
authored
Merge pull request #33 from PARADOX-BSSM/release-0.2.1-rc1
Release 0.2.1 rc1
2 parents ef5a412 + 0cd84a5 commit 1d07e8d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

next.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ import type { NextConfig } from "next";
33
const nextConfig: NextConfig = {
44
// Base path for all routes and assets
55
basePath: '/admin/dashboard',
6-
6+
assetPrefix: '/admin/dashboard',
7+
78
// Output configuration for Docker builds
89
output: 'standalone',
9-
10+
1011
// ESLint configuration
1112
eslint: {
1213
ignoreDuringBuilds: true,

0 commit comments

Comments
 (0)