Skip to content

Commit

Permalink
Fix web deploy GH pages (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Apr 26, 2023
1 parent b2cbbc8 commit 55cc6ef
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dart/example_web/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

<html>
<head>
<!--
If you are serving your web app in a path other than the root, change the
href value below to reflect the base path you are serving from.
The path provided below has to start and end with a slash "/" in order for
it to work correctly.
For more details:
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
This is a placeholder for base href that will be replaced by the value of
the `--base-href` argument provided to `flutter build`.
-->
<base href="$FLUTTER_BASE_HREF">

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down
15 changes: 15 additions & 0 deletions flutter/example/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
<html>

<head>
<!--
If you are serving your web app in a path other than the root, change the
href value below to reflect the base path you are serving from.
The path provided below has to start and end with a slash "/" in order for
it to work correctly.
For more details:
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
This is a placeholder for base href that will be replaced by the value of
the `--base-href` argument provided to `flutter build`.
-->
<base href="$FLUTTER_BASE_HREF">

<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="Demonstrates how to use the sentry_flutter plugin.">
Expand Down

0 comments on commit 55cc6ef

Please sign in to comment.