[ci] format

This commit is contained in:
ElianCodes 2023-09-28 12:43:03 +00:00 committed by astrobot-houston
parent e9b77cbf19
commit 0ab19ba615

View file

@ -47,7 +47,7 @@ Then, apply this integration to your `astro.config.*` file using the `integratio
// astro.config.mjs
import { defineConfig } from 'astro/config';
+ import alpine from '@astrojs/alpinejs';
export default defineConfig({
// ...
integrations: [alpine()],