personal-homepage/astro.config.mjs

6 lines
112 B
JavaScript

import { defineConfig } from 'astro/config';
export default defineConfig({
site: 'https://sepcomet.xyz',
});