chore(trading): always prefix static assets with dot (#1615)
This commit is contained in:
parent
727d303932
commit
e82c4b5b3a
@ -19,6 +19,7 @@ const nextConfig = {
|
||||
// See: https://github.com/gregberge/svgr
|
||||
svgr: false,
|
||||
},
|
||||
assetPrefix: '.',
|
||||
pageExtensions: ['page.tsx', 'page.jsx'],
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user