[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
|
||||
---
|
||||
|
||||
<!-- Example: Load AlpineJS on a single page. -->
|
||||
<script>
|
||||
import Alpine from 'alpinejs';
|
||||
|
|
|
@ -47,7 +47,7 @@ If you prefer to install the adapter manually instead, complete the following tw
|
|||
// astro.config.mjs
|
||||
import { defineConfig } from 'astro/config';
|
||||
+ import node from '@astrojs/node';
|
||||
|
||||
|
||||
export default defineConfig({
|
||||
+ output: 'server',
|
||||
+ adapter: node({
|
||||
|
|
Loading…
Reference in a new issue