build: 优化title配置

This commit is contained in:
Burt 2024-01-03 11:17:16 +08:00
parent e3648ad1a0
commit 0600f6aeb0
2 changed files with 2 additions and 2 deletions

2
env/.env vendored
View File

@ -1,2 +1,2 @@
VITE_APP_TITLE = 'Vite + Vue + TS' VITE_APP_TITLE = 'vue3-uniapp'
VITE_APP_PORT = 9000 VITE_APP_PORT = 9000

View File

@ -13,7 +13,7 @@
'" />', '" />',
) )
</script> </script>
<title></title> <title>vue3-uniapp</title>
<!--preload-links--> <!--preload-links-->
<!--app-context--> <!--app-context-->
</head> </head>