|
|
@@ -16,8 +16,8 @@ const handlebarsPlugin = handlebars({
|
|
|
context: {
|
|
|
title: 'Telegram Web',
|
|
|
description: 'Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed.',
|
|
|
- url: 'https://web.telegram.org/k/',
|
|
|
- origin: 'https://web.telegram.org/'
|
|
|
+ url: 'http://52.197.128.126/k/',
|
|
|
+ origin: 'http://52.197.128.126'
|
|
|
}
|
|
|
});
|
|
|
|
|
|
@@ -103,7 +103,7 @@ export default defineConfig({
|
|
|
setupFiles: ['./src/tests/setup.ts']
|
|
|
},
|
|
|
server: serverOptions,
|
|
|
- base: '/tgweb/',
|
|
|
+ base: '/k/',
|
|
|
build: {
|
|
|
target: 'es2020',
|
|
|
sourcemap: true,
|