Skip to content

Commit 4ddef35

Browse files
committed
fix: Remove basePath and assetPrefix to fix CSS loading on dataplug.eu domain
1 parent aa6a44a commit 4ddef35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

next.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ const nextConfig: NextConfig = {
44
// Configuración para GitHub Pages
55
output: 'export',
66
trailingSlash: true,
7-
basePath: process.env.NODE_ENV === 'production' ? '/dataplug-web' : '',
8-
assetPrefix: process.env.NODE_ENV === 'production' ? '/dataplug-web/' : '',
7+
basePath: '',
8+
assetPrefix: '',
99

1010
turbopack: {
1111
rules: {

0 commit comments

Comments
 (0)