feat: portal IA per spec (home entry point, /news, /proposals+redirect, /support), live search + suggestions, article TOC, mobile disclosure menu, CMS preview styles, modernization pass 1
This commit is contained in:
@@ -3,6 +3,7 @@ import { defineConfig } from 'astro/config';
|
||||
// Static output (zero runtime) — the whole point of the git-based approach.
|
||||
export default defineConfig({
|
||||
output: 'static',
|
||||
redirects: { '/telescopes': '/proposals' },
|
||||
server: { port: 4321, host: true },
|
||||
vite: {
|
||||
server: {
|
||||
|
||||
Reference in New Issue
Block a user