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
If anyone can solve this problem, or at least help me understand it, then we can deploy bigprimes.net to IPFS with IPNS http://127.0.0.1:8080/ipns/bigprimes.net/ or ipns://bigprimes.net/.
The text was updated successfully, but these errors were encountered:
Currently the only thing holding the site back from an IPFS deployment is relative links.
Using the html base tag
<base href="/ipns/bigprimes.net/">
seems to work for loading css etc. However importing js is erroring.This line in particular https://github.com/craigmayhew/bigprimes.net/blob/ipfs/www/bootstrap.js#L4 errors with
Error importing 'index.js': TypeError: Failed to resolve module specifier "BigPrimes". Relative references must start with either "/", "./", or "../".
on bootstrap.js line 5.If anyone can solve this problem, or at least help me understand it, then we can deploy bigprimes.net to IPFS with IPNS http://127.0.0.1:8080/ipns/bigprimes.net/ or ipns://bigprimes.net/.
The text was updated successfully, but these errors were encountered: