From 6c2dc4d31e3b21657f4ca90d96ae7bd1d7c4e806 Mon Sep 17 00:00:00 2001 From: MinamiFunakoshiTR Date: Wed, 12 Mar 2025 08:44:46 -0700 Subject: [PATCH] capitalise Graphics Kit in docs --- src/components/SEO/SEO.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SEO/SEO.mdx b/src/components/SEO/SEO.mdx index e56e7ca5..1772a3be 100644 --- a/src/components/SEO/SEO.mdx +++ b/src/components/SEO/SEO.mdx @@ -35,7 +35,7 @@ The `SEO` component adds essential metadata to pages. ## Using with ArchieML docs -With the graphics kit, you'll likely get many of your text values from an ArchieML doc... +With the Graphics Kit, you'll likely get many of your text values from an ArchieML doc... ```yaml # ArchieML doc @@ -74,7 +74,7 @@ shareImgAlt: Alt text for share image. /> ``` -> **Note:** For _reasons_, we can't document the value of `VITE_BASE_URL` below. It's `import` + `.meta.env.BASE_URL` (concatenate all that) in the graphics kit and other Vite-based rigs. +> **Note:** For _reasons_, we can't document the value of `VITE_BASE_URL` below. It's `import` + `.meta.env.BASE_URL` (concatenate all that) in the Graphics Kit and other Vite-based rigs. ```