This commit is contained in:
@@ -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
|
||||
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">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/png" href="favicon.png">
|
||||
<link rel="icon" type="image/png" href="favicon.png"/>
|
||||
|
||||
<title>repertory</title>
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<script type="text/javascript" src="sodium.js" async="true"></script></head>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
{{flutter_js}}
|
||||
{{flutter_build_config}}
|
||||
|
||||
_flutter.loader.load({
|
||||
config: {
|
||||
canvasKitBaseUrl: "/canvaskit/"
|
||||
},
|
||||
onEntrypointLoaded: async function(engineInitializer) {
|
||||
const appRunner = await engineInitializer.initializeEngine();
|
||||
await appRunner.runApp();
|
||||
}
|
||||
config: {'canvasKitBaseUrl': "$FLUTTER_BASE_HREFcanvaskit/"},
|
||||
});
|
||||
</script>
|
||||
</body></html>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user