Skip to content

Commit

Permalink
Fix a11y module url
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Sep 10, 2024
1 parent d7db6c6 commit a79ceda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/experimental/script-modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ function gutenberg_register_script_modules() {

wp_register_script_module(
'@wordpress/a11y',
gutenberg_url( 'build-module/a11y.min.js' ),
gutenberg_url( 'build-module/a11y/index.min.js' ),
array(),
$default_version
);
Expand Down

0 comments on commit a79ceda

Please sign in to comment.