On my local dev environment, I can enter a full URL in the address bar and be routed directly to the corresponding view -- EG, opening a new tab and entering nomansguide.test/items/activated_indium takes me directly to the Activated Indium item view. But this is not the case for my deployment on GitHub Pages. The same url as above (using nomansguide.dev instead of .test) gets me a GitHub-branded 404 page.
On my local dev environment, I can enter a full URL in the address bar and be routed directly to the corresponding view -- EG, opening a new tab and entering
nomansguide.test/items/activated_indiumtakes me directly to the Activated Indium item view. But this is not the case for my deployment on GitHub Pages. The same url as above (usingnomansguide.devinstead of.test) gets me a GitHub-branded 404 page.