• I’m wondering if there is a built-in way to generate a 404 template.

    I know using it will depend on the static host chosen… but I’m just thinking through the best way to generate it at this stage. I suppose I could create a page, call it /404 or similar, and style that page appropriately.

    Does anyone have any other ideas?

    • This topic was modified 6 years, 8 months ago by tdmalone.
Viewing 1 replies (of 1 total)
  • I used curl to get a copy of 404 page from wordpress, and include it in the static site:
    wget https://localhost/404 -O 404.html --content-on-error --no-check-certificate --quiet

Viewing 1 replies (of 1 total)
  • The topic ‘404 page template’ is closed to new replies.