mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 17:21:33 +00:00
chore: elaborate about pages option in config
This commit is contained in:
parent
94f076c02f
commit
0ba41281da
@ -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'],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user