chore(trading): always prefix static assets with dot (#1615)

This commit is contained in:
Edd 2022-10-04 15:52:21 -04:00 committed by GitHub
parent 727d303932
commit e82c4b5b3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ const nextConfig = {
// See: https://github.com/gregberge/svgr
svgr: false,
},
assetPrefix: '.',
pageExtensions: ['page.tsx', 'page.jsx'],
};