diff --git a/sub/project_settings/{{ cookiecutter.__folder_name }}/frontend/volto.config.js b/sub/project_settings/{{ cookiecutter.__folder_name }}/frontend/volto.config.js new file mode 100644 index 0000000..362dd38 --- /dev/null +++ b/sub/project_settings/{{ cookiecutter.__folder_name }}/frontend/volto.config.js @@ -0,0 +1,9 @@ +const addons = ['{{ cookiecutter.__npm_package_name }}']; +const theme = ''; +const publicPath = '../../../public'; + +module.exports = { + addons, + theme, + publicPath +};