No description
- assets.directory: ./dist/public → ./dist (Astro static output goes to dist/ directly, not a public subdirectory) - not_found_handling: single-page-application → 404-page (site is pre-rendered static HTML, SPA mode would serve index.html for all 404s instead of the proper 404 page) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| client | ||
| functions/api | ||
| public | ||
| server | ||
| shared | ||
| src | ||
| .gitignore | ||
| .replit | ||
| astro.config.mjs | ||
| components.json | ||
| drizzle.config.ts | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vite.config.ts | ||
| wrangler.jsonc | ||