File tree 2 files changed +30
-0
lines changed
2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
< html >
4
4
< head >
5
+ <!--
6
+ If you are serving your web app in a path other than the root, change the
7
+ href value below to reflect the base path you are serving from.
8
+
9
+ The path provided below has to start and end with a slash "/" in order for
10
+ it to work correctly.
11
+
12
+ For more details:
13
+ * https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
14
+
15
+ This is a placeholder for base href that will be replaced by the value of
16
+ the `--base-href` argument provided to `flutter build`.
17
+ -->
18
+ < base href ="$FLUTTER_BASE_HREF ">
19
+
5
20
< meta charset ="utf-8 ">
6
21
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7
22
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
Original file line number Diff line number Diff line change 2
2
< html >
3
3
4
4
< head >
5
+ <!--
6
+ If you are serving your web app in a path other than the root, change the
7
+ href value below to reflect the base path you are serving from.
8
+
9
+ The path provided below has to start and end with a slash "/" in order for
10
+ it to work correctly.
11
+
12
+ For more details:
13
+ * https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
14
+
15
+ This is a placeholder for base href that will be replaced by the value of
16
+ the `--base-href` argument provided to `flutter build`.
17
+ -->
18
+ < base href ="$FLUTTER_BASE_HREF ">
19
+
5
20
< meta charset ="UTF-8 ">
6
21
< meta content ="IE=Edge " http-equiv ="X-UA-Compatible ">
7
22
< meta name ="description " content ="Demonstrates how to use the sentry_flutter plugin. ">
You can’t perform that action at this time.
0 commit comments