c280a7c19c
validate / validate (push) Successful in 20s
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
8 lines
185 B
JavaScript
8 lines
185 B
JavaScript
import { defineConfig } from 'astro/config';
|
|
|
|
export default defineConfig({
|
|
site: process.env.SITE_URL ?? 'https://trust.frrn.life',
|
|
output: 'static',
|
|
trailingSlash: 'never',
|
|
});
|