mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-12-11 07:31:19 +01:00
All in dirs (#154)
* Split the project into template and opensaas-sh (demo app (diff) + docs). * fix
This commit is contained in:
8
opensaas-sh/blog/src/content/config.ts
Normal file
8
opensaas-sh/blog/src/content/config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineCollection } from 'astro:content';
|
||||
import { i18nSchema, docsSchema } from '@astrojs/starlight/schema';
|
||||
import { blogSchema } from 'starlight-blog/schema';
|
||||
|
||||
export const collections = {
|
||||
docs: defineCollection({ schema: docsSchema({ extend: blogSchema() }) }),
|
||||
i18n: defineCollection({ type: 'data', schema: i18nSchema() }),
|
||||
};
|
||||
Reference in New Issue
Block a user