This commit is contained in:
Hyro 2022-04-14 13:04:21 +02:00 committed by GitHub
parent 47ea6d92dd
commit 1811e96a63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
const { createSecureHeaders } = require('next-secure-headers');
module.exports = {
assetPrefix: '/',
assetPrefix: '/roles-bot/',
async headers() {
return [{
source: '/(.*)',
@ -11,4 +11,4 @@ module.exports = {
}),
}];
},
};
};