Chore: Upgrade to AIK & Massive Overhaul to internal processing #78

Merged
Adammatthiesen merged 46 commits from issue-77-Chore_Upgrade_to_utilize_AIK_&_Massive_integration_overhaul into main 2024-03-07 12:08:19 +00:00
1 changed files with 0 additions and 15 deletions
Showing only changes of commit 70b6fd2d16 - Show all commits

View File

@ -3,21 +3,6 @@ import { z } from "astro/zod";
const configSchema = z
.object({
/** OPTIONAL - Either set the URL in your .env or put it here
* @example
* // https://astro.build/config
* export default defineConfig({
* integrations: [
* starlight({
* plugins: [
* starlightGhost({
* ghostURL: "https://ghostdemo.matthiesen.xyz"
* })
* ],
* })
* ],
* }); */
ghostURL: z.string().url("Must be a URL").optional(),
/**
* The number of blog posts to display per page in the blog post list.
*/