fix: add assetPrefix for better cross-browser CSS loading
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
basePath: '/tools/promptarch',
|
basePath: '/tools/promptarch',
|
||||||
|
assetPrefix: '/tools/promptarch',
|
||||||
trailingSlash: true,
|
trailingSlash: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user