Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
cal.com
/
cal.com
/
node_modules
/
tocbot
/
Filename :
next.config.js
back
Copy
const assetPrefix = '/tocbot' module.exports = { assetPrefix, webpack: (webpackConfig) => { const newConfig = Object.assign({}, webpackConfig) return newConfig }, exportPathMap: () => ({ '/': { page: '/' }, '/changelog': { page: '/changelog' } }) }