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