Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Mar 31, 2024
1 parent 428cd23 commit 6b7ab10
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
1 change: 0 additions & 1 deletion razzle.extend.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const plugins = (defaultPlugins) => {
};

const modify = (config, { target, dev }, webpack) => {

config.resolve.extensions = [
...(config.resolve?.extensions || []),
'.web.js',
Expand Down
2 changes: 1 addition & 1 deletion towncrier.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title_format = "## {version} ({project_date})"
underlines = ["", "", ""]
template = "./node_modules/@plone/scripts/templates/towncrier_template.jinja"
start_string = "<!-- towncrier release notes start -->\n"
issue_format = "[#{issue}](https://github.com/voltomaplibre-block/pull/{issue})"
issue_format = "[#{issue}](https://github.com/volto-cookiebot/pull/{issue})"

[[tool.towncrier.type]]
directory = "breaking"
Expand Down

0 comments on commit 6b7ab10

Please sign in to comment.