[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
|
// astro.config.mjs
|
||||||
import { defineConfig } from 'astro/config';
|
import { defineConfig } from 'astro/config';
|
||||||
+ import alpine from '@astrojs/alpinejs';
|
+ import alpine from '@astrojs/alpinejs';
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
// ...
|
// ...
|
||||||
integrations: [alpine()],
|
integrations: [alpine()],
|
||||||
|
|
Loading…
Add table
Reference in a new issue