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

Commit

Permalink
Merge pull request #7971 from EtherealEngine/bugfixes/pwa-networking
Browse files Browse the repository at this point in the history
Fixes.
  • Loading branch information
jerknose authored May 5, 2023
2 parents 5e417a5 + fe815bf commit 29d0425
Show file tree
Hide file tree
Showing 6 changed files with 970 additions and 22 deletions.
2 changes: 1 addition & 1 deletion packages/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<link rel="preconnect" crossorigin="anonymous" href="https://fonts.gstatic.com">
<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" />

<link rel="manifest" href="<%- webmanifestLink %>" />
<link rel="manifest" href="/manifest.webmanifest" />
<script type="text/javascript">
var global = globalThis
var exports = { __esModule: true }
Expand Down
2 changes: 1 addition & 1 deletion packages/client/manifest.default.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Ethereal Engine",
"start_url":"/",
"id": "/",
"id": "EE",
"short_name": "EE",
"description": "Connected Worlds for Everyone",
"theme_color": "#ffffff",
Expand Down
Loading

0 comments on commit 29d0425

Please sign in to comment.