[ci] format
This commit is contained in:
parent
e9b77cbf19
commit
0ab19ba615
1 changed files with 1 additions and 1 deletions
|
@ -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()],
|
||||
|
|
Loading…
Reference in a new issue