import { defineConfig } from 'astro/config'; export default defineConfig({ base: '/ai-for-dummies', trailingSlash: 'always', });