chore(maps): update banzone display when alarm

This commit is contained in:
Tran Anh Tuan
2025-09-29 21:11:51 +07:00
parent ef353862e4
commit b44f1a9b29
11 changed files with 386 additions and 20 deletions

View File

@@ -1,6 +1,5 @@
import { defineConfig } from '@umijs/max';
import proxy from './config/proxy';
const { REACT_APP_ENV = 'dev' } = process.env as {
REACT_APP_ENV: 'dev' | 'test' | 'prod';
};
@@ -14,6 +13,7 @@ export default defineConfig({
locale: {
default: 'vi-VN',
},
favicons: ['/logo.png'],
layout: {
title: '2025 Sản phẩm của Mobifone v1.0',
},