Skip to content

Commit

Permalink
Update URLs in 404.html and flutter_bootstrap.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorAguero committed Apr 15, 2024
1 parent f4f96b9 commit a5f5d29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Redirecciona a index.html -->
<meta http-equiv="refresh" content="0; URL='/index.html'" />
<meta http-equiv="refresh" content="0; URL='/samba_public_app/index.html'" />
<title>404 - redirect</title>
</head>

Expand Down
2 changes: 1 addition & 1 deletion web/flutter_bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ window.addEventListener("load", (_) => {
_flutter.loader.load({
config: {
// Use the local CanvasKit bundle instead of the CDN to reduce test flakiness.
canvasKitBaseUrl: "/canvaskit/",
canvasKitBaseUrl: '/samba_public_app/canvaskit/',
},
onEntrypointLoaded: (engineInitializer) => {
engineInitializer.initializeEngine().then((appRunner) => {
Expand Down

0 comments on commit a5f5d29

Please sign in to comment.