mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-12 20:18:06 +01:00
asset prefix
This commit is contained in:
parent
6e9161c5dd
commit
da0e805c05
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
const { createSecureHeaders } = require('next-secure-headers');
|
||||
|
||||
module.exports = {
|
||||
assetPrefix: '',
|
||||
assetPrefix: '/roles-bot/',
|
||||
async headers() {
|
||||
return [{
|
||||
source: '/(.*)',
|
||||
|
|
Loading…
Reference in a new issue