undertale-dialog-generator
undertale-dialog-generator copied to clipboard
Fix 404s before things load
Seen in Safari's error console:
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (title.png, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (0.png, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (0.png, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (0.png, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (0.png, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (0.png, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (0.png, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (0.png, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (creditsbutton.png, line 0)
I think this has to do with passing the base URLs to Elm as Signals and StartApp not picking them up right away.
Relevant, I think: https://github.com/evancz/start-app/pull/37