Skip to content

Instantly share code, notes, and snippets.

@ashur
Last active July 30, 2021 14:16
Show Gist options
  • Save ashur/9b7f33217fd0b9ce8d79db610a5082c9 to your computer and use it in GitHub Desktop.
Save ashur/9b7f33217fd0b9ce8d79db610a5082c9 to your computer and use it in GitHub Desktop.
module.exports = {
get permalink() {
if( process.env.NODE_ENV === "production" )
{
return false;
}
// formatted for Liquid & Nunjucks templates
return "/devPages/{{ page.fileSlug }}/index.html"
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment