This repository has been archived on 2025-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
limepot-xyz/astro.config.mjs
2023-10-29 22:02:19 -06:00

7 lines
170 B
JavaScript
Executable file

import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({
server: { port: 8001 },
site: "https://limepot.xyz"
});