You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the main library page index.html opens publications with a query string:
main.html?manifest=MobyDick/manifest.json
Ideally we'd link right to the publication
MobyDick/index.html
That file contains link rel=manifest. Could we read that location, and then redirect to main.html? So this reading system would do the right thing, but if the server didn't understand the manifest, it would just open as normal HTML?
The text was updated successfully, but these errors were encountered:
Right now the main library page index.html opens publications with a query string:
main.html?manifest=MobyDick/manifest.json
Ideally we'd link right to the publication
MobyDick/index.html
That file contains link rel=manifest. Could we read that location, and then redirect to main.html? So this reading system would do the right thing, but if the server didn't understand the manifest, it would just open as normal HTML?
The text was updated successfully, but these errors were encountered: