mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-18 08:02:55 +00:00
chore(site): added site
This commit is contained in:
parent
ee014b0838
commit
f92184201e
42 changed files with 1904 additions and 44 deletions
11
website/astro.config.mjs
Normal file
11
website/astro.config.mjs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
import react from '@astrojs/react';
|
||||
import tailwind from '@astrojs/tailwind';
|
||||
|
||||
export default defineConfig({
|
||||
output: 'static',
|
||||
integrations: [
|
||||
react(),
|
||||
tailwind()
|
||||
]
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue