🐛 Fix web url issue

This commit is contained in:
LittleSheep 2024-07-31 21:01:32 +08:00
parent ca8ad12d93
commit 31d50bfb1f

View File

@ -15,7 +15,8 @@
This is a placeholder for base href that will be replaced by the value of This is a placeholder for base href that will be replaced by the value of
the `--base-href` argument provided to `flutter build`. the `--base-href` argument provided to `flutter build`.
--> -->
<base href="$FLUTTER_BASE_HREF"> <!-- <base href="$FLUTTER_BASE_HREF"> -->
<base href="/" />
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible"> <meta content="IE=Edge" http-equiv="X-UA-Compatible">