Dev: Update beta domain (#3213)
This commit is contained in:
parent
0811fa9c41
commit
c93b69c4fb
@ -17,7 +17,7 @@ const gitOptions = {
|
||||
|
||||
const pageTemplate = `
|
||||
<body>\
|
||||
<aside><img src="https://webz.dev/icon-dev-512x512.png" /></aside>
|
||||
<aside><img src="https://tga.dev/icon-dev-512x512.png" /></aside>
|
||||
<h3>Commits since ${version}</h3>\
|
||||
<p><i>This list is automatically updated when a new commit pushed to the beta repo</i></p>\
|
||||
<ul id="list"></ul>\
|
||||
|
||||
@ -24,7 +24,7 @@ const {
|
||||
|
||||
dotenv.config();
|
||||
|
||||
const STATOSCOPE_REFERENCE_URL = 'https://webz.dev/build-stats.json';
|
||||
const STATOSCOPE_REFERENCE_URL = 'https://tga.dev/build-stats.json';
|
||||
const DEFAULT_APP_TITLE = `Telegram${APP_ENV !== 'production' ? ' Beta' : ''}`;
|
||||
|
||||
const {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user