From 9eda182c3a2bb18683c5fb43cbe8fd865c3a607f Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Mon, 2 Oct 2023 17:56:02 +0000 Subject: [PATCH] Fix image --- .../docs/products/functions/deployment/+page.markdoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/routes/docs/products/functions/deployment/+page.markdoc b/src/routes/docs/products/functions/deployment/+page.markdoc index 732d001f7d..1abd0cec8f 100644 --- a/src/routes/docs/products/functions/deployment/+page.markdoc +++ b/src/routes/docs/products/functions/deployment/+page.markdoc @@ -12,7 +12,12 @@ Functions can be created and deployed in different ways to meet your unique deve The recommended way to manage your Appwrite Function deployments is to use a version control system, like Git. This offers simple versioning and collaboration that will easily fit into the rest of your development workflow. -![](https://appwrite.io/images-ee/docs/functions-starter-dark.png) +{% only_dark %} +![Create project screen](/images/docs/functions/dark/template.png) +{% /only_dark %} +{% only_light %} +![Create project screen](/images/docs/functions/template.png) +{% /only_light %} ## Create function {% #create-function %}