You've already forked encounter.github.io
mirror of
https://github.com/encounter/encounter.github.io.git
synced 2026-03-30 11:08:50 -07:00
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
import { defineConfig } from 'astro/config';
|
|
|
|
export default defineConfig({
|
|
site: 'https://encounter.github.io',
|
|
});
|