From df0d218609b3179f6e4d74ac22a4dd045f8ec546 Mon Sep 17 00:00:00 2001 From: Jette <110890857+Jette94@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:49:15 +0200 Subject: [PATCH] Update multisite-setup.md --- 14/umbraco-cms/tutorials/multisite-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14/umbraco-cms/tutorials/multisite-setup.md b/14/umbraco-cms/tutorials/multisite-setup.md index b68e34ed446..87358718eb9 100644 --- a/14/umbraco-cms/tutorials/multisite-setup.md +++ b/14/umbraco-cms/tutorials/multisite-setup.md @@ -53,7 +53,7 @@ The sites are now available under the domains you provided. While such a setup might be handy, it also comes with drawbacks. It is important to keep in mind that having multiple sites on one Umbraco project: -* Might increase resource usage. +* Might increase resource usage. It should be noted, that if the project has any issues, this will effect all websites at once. * Could interfere with editors' workflows, especially if there are multiple people working on both websites at once. That is because the solution will still use one database for both websites. * Limit your options in regards to developing new features and making schema changes.