[ci] format
This commit is contained in:
parent
ec249f7a98
commit
8617259fc9
2 changed files with 2 additions and 1 deletions
|
@ -71,6 +71,7 @@ The Alpine.js integration does not give you control over how the script is loade
|
||||||
---
|
---
|
||||||
// src/pages/index.astro
|
// src/pages/index.astro
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- Example: Load AlpineJS on a single page. -->
|
<!-- Example: Load AlpineJS on a single page. -->
|
||||||
<script>
|
<script>
|
||||||
import Alpine from 'alpinejs';
|
import Alpine from 'alpinejs';
|
||||||
|
|
|
@ -47,7 +47,7 @@ If you prefer to install the adapter manually instead, complete the following tw
|
||||||
// astro.config.mjs
|
// astro.config.mjs
|
||||||
import { defineConfig } from 'astro/config';
|
import { defineConfig } from 'astro/config';
|
||||||
+ import node from '@astrojs/node';
|
+ import node from '@astrojs/node';
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
+ output: 'server',
|
+ output: 'server',
|
||||||
+ adapter: node({
|
+ adapter: node({
|
||||||
|
|
Loading…
Reference in a new issue