Files

6 lines
111 B
JavaScript

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