mirror of
https://codeberg.org/JasterV/jaster.xyz.git
synced 2026-04-26 18:10:01 +00:00
6 lines
140 B
JavaScript
6 lines
140 B
JavaScript
import { defineConfig } from "astro/config";
|
|
|
|
// https://astro.build/config
|
|
export default defineConfig({
|
|
site: "https://jaster.xyz",
|
|
});
|