Open NSFW streams on xxx host

This commit is contained in:
2023-08-06 15:35:39 +01:00
parent b9f0d349ef
commit d44e4c1a94
4 changed files with 13 additions and 6 deletions

View File

@ -67,7 +67,8 @@ const config = {
contextRegExp: /moment$/,
}),
new webpack.DefinePlugin({
__XXX: process.env["__XXX"] || JSON.stringify(false)
__XXX: process.env["__XXX"] || JSON.stringify(false),
__XXX_HOST: JSON.stringify("https://xxzap.com")
})
],
module: {