Ark
Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import astroDb from '@astrojs/db';
import { defineConfig } from 'astro/config';
export default defineConfig({
integrations: [astroDb()],
});