diff options
Diffstat (limited to 'src/site.config.ts')
| -rw-r--r-- | src/site.config.ts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/site.config.ts b/src/site.config.ts index 5abb1ae..a09953d 100644 --- a/src/site.config.ts +++ b/src/site.config.ts @@ -1,5 +1,5 @@ -import type { SiteConfig } from "@/types"; import type { AstroExpressiveCodeOptions } from "astro-expressive-code"; +import type { SiteConfig } from "@/types"; export const siteConfig: SiteConfig = { // Used as both a meta property (src/components/BaseHead.astro L:31 + L:49) & the generated satori png (src/pages/og-image/[slug].png.ts) @@ -14,7 +14,8 @@ export const siteConfig: SiteConfig = { }, }, // Used as the default description meta property and webmanifest description - description: "DevOps consulting and web development services. Specializing in CI/CD, Kubernetes, AWS, and modern web technologies.", + description: + "DevOps consulting and web development services. Specializing in CI/CD, Kubernetes, AWS, and modern web technologies.", // HTML lang property, found in src/layouts/Base.astro L:18 & astro.config.ts L:48 lang: "en-US", // Meta property, found in src/components/BaseHead.astro L:42 |
