feat: added pages, forms, and functionality.
All checks were successful
Smart Deploy / build-deploy (push) Successful in 2m38s
All checks were successful
Smart Deploy / build-deploy (push) Successful in 2m38s
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// @ts-check
|
||||
import { defineConfig } from 'astro/config';
|
||||
import react from '@astrojs/react';
|
||||
|
||||
import tailwindcss from '@tailwindcss/vite';
|
||||
import netlify from '@astrojs/netlify';
|
||||
@@ -10,5 +11,6 @@ export default defineConfig({
|
||||
plugins: [tailwindcss()]
|
||||
},
|
||||
|
||||
integrations: [react()],
|
||||
adapter: netlify()
|
||||
});
|
||||
Reference in New Issue
Block a user