theowenyoung / foam-template-gatsby-theme-primer-wiki

Another Foam template that use gatsby-theme-primer-wiki
https://demo-foam.owenyoung.com/
MIT License
38 stars 13 forks source link

Activating the prefix option #4

Closed lllAlexanderlll closed 3 years ago

lllAlexanderlll commented 3 years ago

Hi,

great work! TGhanks. Just a hint for anybody who needs to use a prefix:

  1. Set the prefix: https://www.gatsbyjs.com/docs/how-to/previews-deploys-hosting/path-prefix/#add-to-gatsby-configjs
  2. Build and serve with the prefix: https://www.gatsbyjs.com/docs/how-to/previews-deploys-hosting/how-gatsby-works-with-github-pages/
    gatsby build --prefix-paths
    gatsby serve --prefix-paths

Maybe you want to add this to your readme file.

Cheers, Alex

theowenyoung commented 3 years ago

Thanks, @lllAlexanderlll , done!