diff --git a/guides/plugins/themes/add-theme-inheritance.md b/guides/plugins/themes/add-theme-inheritance.md index 82b9e9621..7837b724f 100644 --- a/guides/plugins/themes/add-theme-inheritance.md +++ b/guides/plugins/themes/add-theme-inheritance.md @@ -44,7 +44,7 @@ The content of the `theme.json` file looks like this: ], "script": [ "@Storefront", - "app/storefront/dist/storefront/js/swag-example-plugin-theme-extended.js" + "app/storefront/dist/storefront/js/swag-example-plugin-theme-extended/swag-example-plugin-theme-extended.js" ], "asset": [ "@Storefront", @@ -78,7 +78,7 @@ Here is an example: "script": [ "@Storefront", "@SwagBasicExampleTheme", - "app/storefront/dist/storefront/js/swag-example-plugin-theme-extended.js" + "app/storefront/dist/storefront/js/swag-example-plugin-theme-extended/swag-example-plugin-theme-extended.js" ], "asset": [ "@Storefront",