0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

[ci] format

This commit is contained in:
natemoo-re 2022-03-25 22:01:50 +00:00 committed by GitHub Actions
parent bc5569ab28
commit f806e4ad90

View file

@ -13,6 +13,6 @@
import netlify from '@astrojs/netlify/functions';
export default defineConfig({
adapter: netlify(),
adapter: netlify(),
});
```