mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-12 20:18:06 +01:00
fix path
This commit is contained in:
parent
47ea6d92dd
commit
1811e96a63
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
|||
}),
|
||||
}];
|
||||
},
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue