mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 02:44:55 +00:00
Fix indentation
This commit is contained in:
parent
b5c6ebc016
commit
1e88cb866d
@ -22,13 +22,13 @@ module.exports = function (strapi) {
|
||||
* Default options
|
||||
*/
|
||||
|
||||
defaults: {
|
||||
root: path.join(strapi.config.appPath, strapi.config.paths.views),
|
||||
layout: 'layout',
|
||||
viewExt: 'ejs',
|
||||
cache: true,
|
||||
debug: true
|
||||
},
|
||||
defaults: {
|
||||
root: path.join(strapi.config.appPath, strapi.config.paths.views),
|
||||
layout: 'layout',
|
||||
viewExt: 'ejs',
|
||||
cache: true,
|
||||
debug: true
|
||||
},
|
||||
|
||||
/**
|
||||
* Initialize the hook
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user