astro/examples/social-feed/astro.config.mjs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
144 B
JavaScript
Raw Normal View History

2023-06-14 15:50:31 +00:00
import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({
site: 'https://www.example.com',
2023-06-14 15:50:31 +00:00
});