From a5f5d29be1d6d66a3a955fbcee39029d7f9193a1 Mon Sep 17 00:00:00 2001 From: Hector Aguero Date: Mon, 15 Apr 2024 00:57:26 -0400 Subject: [PATCH] Update URLs in 404.html and flutter_bootstrap.js --- web/404.html | 2 +- web/flutter_bootstrap.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/404.html b/web/404.html index da4ce3c..5d9c7ec 100644 --- a/web/404.html +++ b/web/404.html @@ -6,7 +6,7 @@ - + 404 - redirect diff --git a/web/flutter_bootstrap.js b/web/flutter_bootstrap.js index c2c8734..5dc8b42 100644 --- a/web/flutter_bootstrap.js +++ b/web/flutter_bootstrap.js @@ -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) => {