chore: elaborate about pages option in config

This commit is contained in:
Bobby Wibowo 2022-06-27 06:44:53 +07:00
parent 94f076c02f
commit 0ba41281da
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -70,6 +70,9 @@ module.exports = {
/*
Pages to process for the frontend.
To add new pages, you may create a new Nunjucks-templated pages (.njk) in "views" directory,
or regular HTML files (.html) in "pages/custom" directory,
then simply add the filename without its extension name into the array below.
*/
pages: ['home', 'auth', 'dashboard', 'faq'],