Skip to content

Commit

Permalink
added the test domain (Github Pages domain) to astro.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Kela committed Nov 28, 2023
1 parent 0dcbbff commit 22c2c44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { defineConfig } from 'astro/config';

// https://astro.build/config
export default defineConfig({});
export default defineConfig({
site: 'https://FZJ-PGI-12.github.io',
});

0 comments on commit 22c2c44

Please sign in to comment.