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

This reverts commit e82c4b5b3a.
This commit is contained in:
Edd 2022-10-04 15:52:21 -04:00 committed by Matthew Russell
parent e82c4b5b3a
commit df04825ce5
No known key found for this signature in database
GPG Key ID: EF695622F2C5E3D8

View File

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