Folder Structure
Name URL
public/index.html https://<username>.dawdle.space/
public/about.html https://<username>.dawdle.space/about
public/about.html https://<username>.dawdle.space/about.html (Also works)
public/foo/index.html https://<username>.dawdle.space/foo
public/cat.jpg https://<username>.dawdle.space/cat.jpg
public/404.html https://<username>.dawdle.space/anything/that/doesnt/exist
If you’re using a static site generator, you can usually configure the URL structure in the configuration file, but our redirect rules should work with almost any file structure by default.