Skip to content

Commit 6cffe0e

Browse files
Merge pull request #221 from neuroglia-io/fix-200-spec-errors
Added specification standard errors
2 parents 02d054c + 0073a0f commit 6cffe0e

18 files changed

+963
-17
lines changed

astro.config.mjs

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
import { defineConfig } from 'astro/config';
33
import mdx from '@astrojs/mdx';
44
import sitemap from '@astrojs/sitemap';
5-
65
import tailwind from '@astrojs/tailwind';
6+
import netlify from '@astrojs/netlify';
77

88
// https://astro.build/config
99
export default defineConfig({
@@ -19,4 +19,5 @@ export default defineConfig({
1919
wrap: true,
2020
},
2121
},
22+
adapter: netlify(),
2223
});

0 commit comments

Comments
 (0)