From b18117f95770c75d1f709b8fe4fe83aa6b8fb9a9 Mon Sep 17 00:00:00 2001 From: sushma gupta Date: Fri, 10 Nov 2023 07:25:19 +0100 Subject: [PATCH] link for customize app updated --- guides/plugins/apps/storefront/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/plugins/apps/storefront/index.md b/guides/plugins/apps/storefront/index.md index 6426ffb06..6abeb3b6f 100644 --- a/guides/plugins/apps/storefront/index.md +++ b/guides/plugins/apps/storefront/index.md @@ -7,7 +7,7 @@ nav: # Storefront -You can modify the whole appearance of the Storefront within your app. This includes [customizing templates](../../plugins/storefront/customize-templates), [adding custom Javascript](../../plugins/storefront/add-custom-javascript) and [custom styling](../../plugins/storefront/add-custom-styling). +You can modify the whole appearance of the Storefront within your app. This includes [customizing templates](../../apps/storefront/customize-templates), [adding custom Javascript](../../plugins/storefront/add-custom-javascript) and [custom styling](../../plugins/storefront/add-custom-styling). As the Shopware server will build the Storefront, you don't have to set up any external servers for this. All you have to do is include your modifications \(in form of `.html.twig`, `.js` or `.scss` files\) inside the `Resources` folder of your app. The base folder structure of your app may look like this: