fix
Some checks are pending
BlockStorage/repertory/pipeline/head Build queued...

This commit is contained in:
2025-09-04 19:09:05 -05:00
parent 425160c390
commit fc0cff5a0c

View File

@@ -1,4 +1,6 @@
<!DOCTYPE html><html><head> <!DOCTYPE html>
<html>
<head>
<!-- <!--
If you are serving your web app in a path other than the root, change the 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. href value below to reflect the base path you are serving from.
@@ -25,24 +27,19 @@
<link rel="apple-touch-icon" href="icons/Icon-192.png"> <link rel="apple-touch-icon" href="icons/Icon-192.png">
<!-- Favicon --> <!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"> <link rel="icon" type="image/png" href="favicon.png"/>
<title>repertory</title> <title>repertory</title>
<link rel="manifest" href="manifest.json"> <link rel="manifest" href="manifest.json">
<script type="text/javascript" src="sodium.js" async="true"></script></head> </head>
<body> <body>
<script> <script>
{{flutter_js}} {{flutter_js}}
{{flutter_build_config}} {{flutter_build_config}}
_flutter.loader.load({ _flutter.loader.load({
config: { config: {'canvasKitBaseUrl': "$FLUTTER_BASE_HREFcanvaskit/"},
canvasKitBaseUrl: "/canvaskit/"
},
onEntrypointLoaded: async function(engineInitializer) {
const appRunner = await engineInitializer.initializeEngine();
await appRunner.runApp();
}
}); });
</script> </script>
</body></html> </body>
</html>