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