mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
d25813f2cc
Co-authored-by: Florian Lefebvre <69633530+florian-lefebvre@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <602478+ematipico@users.noreply.github.com> Co-authored-by: Nate Moore <7118177+natemoo-re@users.noreply.github.com> Co-authored-by: Matthew Phillips <361671+matthewp@users.noreply.github.com>
6 lines
143 B
JavaScript
6 lines
143 B
JavaScript
import { defineConfig } from 'astro/config';
|
|
|
|
// https://astro.build/config
|
|
export default defineConfig({
|
|
site: "https://example.com",
|
|
});
|