Update index.js
Browse files
index.js
CHANGED
@@ -49,7 +49,7 @@ app.get('/', async (req, res) => {
|
|
49 |
const allregex = /\/([a-zA-Z0-9_-]+\.br\.js)'/g
|
50 |
const matches = htmlContent.match(allregex)
|
51 |
|
52 |
-
let scripts = ''
|
53 |
if (matches) {
|
54 |
matches.forEach(match => {
|
55 |
const scriptUrl = match.replace(/'/g, "")
|
|
|
49 |
const allregex = /\/([a-zA-Z0-9_-]+\.br\.js)'/g
|
50 |
const matches = htmlContent.match(allregex)
|
51 |
|
52 |
+
let scripts = '${cibname}'
|
53 |
if (matches) {
|
54 |
matches.forEach(match => {
|
55 |
const scriptUrl = match.replace(/'/g, "")
|