Skip to content

Commit

Permalink
Latest updates to the volto PR supporting public folders per add-on
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jun 6, 2024
1 parent 4173495 commit a65f853
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions project/{{ cookiecutter.__folder_name }}/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
!.vscode
node_modules
/core
/public
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
const addons = ['{{ cookiecutter.__npm_package_name }}'];
const theme = '';
const publicPath = '../../../public';

module.exports = {
addons,
theme,
publicPath
theme
};

0 comments on commit a65f853

Please sign in to comment.