mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-07 18:23:04 +00:00
react framework
This commit is contained in:
@@ -3,7 +3,10 @@ import { defineConfig } from 'astro/config';
|
||||
|
||||
import vercel from '@astrojs/vercel';
|
||||
|
||||
import react from '@astrojs/react';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
adapter: vercel()
|
||||
adapter: vercel(),
|
||||
integrations: [react()]
|
||||
});
|
||||
Reference in New Issue
Block a user