From 17b668485d2a2e0ad62e5e960e5b86862ed2682c Mon Sep 17 00:00:00 2001 From: rvveber Date: Tue, 4 Nov 2025 13:57:06 +0100 Subject: [PATCH] refine documentation --- docs/frontend-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend-plugins.md b/docs/frontend-plugins.md index 4b397d40..4bd4ba0f 100644 --- a/docs/frontend-plugins.md +++ b/docs/frontend-plugins.md @@ -218,7 +218,7 @@ This JSON tells the host to load `MyCustomComponent` from your plugin's `remoteE } } ``` -> For production, you can use a relative `url` if the plugin's `remoteEntry.js` is served from the host's public folder. +> For production, it is recommended to use a relative `url` by placing the plugin's `remoteEntry.js` inside the host's public folder. This simplifies deployment by serving both the host and plugins from the same origin, which avoids the need to configure Cross-Origin Resource Sharing (CORS) policies. ### Injection Position Examples