chore(agent): configure AI agents and tools
Add configuration for BMad, Claude, OpenCode, and other AI agent tools and workflows.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
// Static site configuration - No adapter needed
|
||||
// Use this for purely static sites (blogs, marketing sites, documentation)
|
||||
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
export default defineConfig({
|
||||
output: 'static',
|
||||
|
||||
// Optional: Add integrations
|
||||
// integrations: [
|
||||
// tailwind(),
|
||||
// sitemap(),
|
||||
// ],
|
||||
|
||||
// Vite configuration
|
||||
vite: {
|
||||
build: {
|
||||
// Adjust chunk size warning limit
|
||||
chunkSizeWarningLimit: 1000,
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user