Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit 29d0425

Browse files
authored
Merge pull request #7971 from EtherealEngine/bugfixes/pwa-networking
Fixes.
2 parents 5e417a5 + fe815bf commit 29d0425

6 files changed

Lines changed: 970 additions & 22 deletions

File tree

β€Žpackages/client/index.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<link rel="preconnect" crossorigin="anonymous" href="https://fonts.gstatic.com">
2424
<link rel="stylesheet" crossorigin="anonymous" href="https://fonts.googleapis.com/css?family=Lato:300,400,700|PT+Sans:400,400italic,700,700italic|Quicksand:400,300|Raleway:400|Roboto:300,400,700|Source+Sans+Pro:300,400,700|Khula:300,400,700&display=swap" />
2525

26-
<link rel="manifest" href="<%- webmanifestLink %>" />
26+
<link rel="manifest" href="/manifest.webmanifest" />
2727
<script type="text/javascript">
2828
var global = globalThis
2929
var exports = { __esModule: true }

β€Žpackages/client/manifest.default.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Ethereal Engine",
33
"start_url":"/",
4-
"id": "/",
4+
"id": "EE",
55
"short_name": "EE",
66
"description": "Connected Worlds for Everyone",
77
"theme_color": "#ffffff",

0 commit comments

Comments
Β (0)