PrismarineJS / prismarinejs.github.io

https://prismarinejs.github.io
MIT License
11 stars 3 forks source link

Data Not Loaded On Site #76

Open SplitterBlue opened 6 months ago

SplitterBlue commented 6 months ago

When any link is clicked (such as Minecraft data), the requested data is not shown on the site. A blank page is shown instead.

extremeheat commented 6 months ago

We could probably deploy a simple static HTML website instead here. Right now there is React with routing + PWA. As each project generally has its own pages so there's not really the need for a super single page website.

extremeheat commented 6 months ago

But I guess since the infra is already here may as well keep it. Removing the manifest.json should fix the blank page issues.