Filesystem fixes

This commit is contained in:
2021-12-09 22:33:02 +01:00
parent c161187fbe
commit d728f45d3b
4 changed files with 36 additions and 30 deletions

View File

@@ -21,7 +21,7 @@
{{ template "opengraph" .OGData }}
<script>
const initialNode = {{.Other}};
window.initial_node = {{.Other}};
window.api_endpoint = '{{.APIEndpoint}}';
</script>