Skip to content

Commit

Permalink
feature: introduce cdn
Browse files Browse the repository at this point in the history
fixes #0
  • Loading branch information
Idrinth committed Jun 4, 2024
1 parent f871532 commit a962b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/add-url-in-prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (process.env.LIVE_SITE === 'true') {
'./dist/index.html',
readFileSync('./dist/index.html', 'utf8',)
.replace(
/<meta charset=UTF-8>/ug,
/<meta charset="UTF-8" \/>/ug,
'<meta charset=UTF-8><link rel=base href=https://iab-cdn.com/>',
),
'utf8',
Expand Down

0 comments on commit a962b01

Please sign in to comment.