diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-03 13:46:07 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-03 13:46:07 +0300 |
| commit | f100d259d2ffebe61fef56ea3964f6d534d598c8 (patch) | |
| tree | 09d06511506da9c35585740d56598eb542fac079 /src/site.config.ts | |
| parent | 1e5f5a953588cefa75396454c9aed0a79552db14 (diff) | |
Initial pleroma pull support
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 |
