mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-09 13:06:45 +03:00
5 lines
140 B
TypeScript
5 lines
140 B
TypeScript
import { defineCollection, z } from 'astro:content';
|
|
|
|
// Export empty collections since docs have been moved
|
|
export const collections = {};
|