Skip to content

Commit

Permalink
feat(doc): add media URL warning (#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanilowicz authored Feb 5, 2025
1 parent 530b22f commit cc296b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/long-houses-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"docs": patch
---

Added warning about media URL for Shopware Endpoint on the SSR mode section
5 changes: 5 additions & 0 deletions apps/docs/src/getting-started/templates/custom-vue-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,11 @@ const instance = createInstance({
});
```

:::warning
If you need to redirect your media, you can use the `shopware.yaml` file to configure the main media URL.
For more details, please visit this [site](https://developer.shopware.com/docs/guides/hosting/infrastructure/filesystem.html#flysystem-overview).
:::

## Next steps

After your setup, you can follow our building guides to get started with Shopware Frontends
Expand Down

0 comments on commit cc296b6

Please sign in to comment.