Your ROOT_URL in app.ini is https://git.mitchellhansen.info/ but you are visiting https://mitchellhansen.com/mitchellhansen/minimum-viable-game-engine/compare/14b0948b9c341c08d66d470e38f411ebdb66ca77...b989146249ab1caf8e6cb19ae58d0cdcd75c206c?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Compare commits

...

2 Commits

2
.gitignore vendored

@ -1 +1,3 @@
/target
Cargo.lock
.idea/*

8
.idea/.gitignore vendored

@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/
Loading…
Cancel
Save