From d8bd3732203e40066d463bb74e50a6626db3750d Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Wed, 18 Dec 2024 17:30:34 -0600 Subject: [PATCH] Update existing-frontend.mdx (#3895) --- .../web-apps/application-frontends/existing-frontend.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer-docs/web-apps/application-frontends/existing-frontend.mdx b/docs/developer-docs/web-apps/application-frontends/existing-frontend.mdx index 71d1154de4..37ed4bad54 100644 --- a/docs/developer-docs/web-apps/application-frontends/existing-frontend.mdx +++ b/docs/developer-docs/web-apps/application-frontends/existing-frontend.mdx @@ -9,11 +9,11 @@ import Tabs from "@theme/Tabs"; -# Using an existing frontend application +# Using an existing application frontend -While numerous starter projects and examples exist for those who prefer to start from scratch, deploying an existing frontend application as a frontend canister is also a viable option for building an application on ICP. +While numerous starter projects and examples exist for those who prefer to start from scratch, deploying an existing application frontend as a frontend canister is also a viable option for building an application on ICP. :::caution Server methods such as `getServerSideProps` are not supported, since it will be deployed as a client-only application.