[ci] format

This commit is contained in:
ElianCodes 2023-09-28 13:50:31 +00:00 committed by astrobot-houston
parent ec249f7a98
commit 8617259fc9
2 changed files with 2 additions and 1 deletions

View file

@ -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';

View file

@ -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({