Skip to content

Commit 4fd180d

Browse files
author
FreshPass
committed
Fix static export and favicon issues
1 parent d6c80d9 commit 4fd180d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

next.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
const nextConfig = {
33
output: 'export',
44
trailingSlash: true,
5+
distDir: 'out',
56
images: {
67
unoptimized: true
7-
}
8+
},
9+
assetPrefix: '',
10+
basePath: ''
811
}
912

1013
module.exports = nextConfig

public/favicon.ico

1.57 KB
Binary file not shown.

0 commit comments

Comments
 (0)