This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
export default defineConfig({
|
||||
site: process.env.SITE_URL ?? 'https://example.com',
|
||||
output: 'static',
|
||||
trailingSlash: 'never',
|
||||
});
|
||||
Reference in New Issue
Block a user