Skip to content

Commit 8043e43

Browse files
committed
fix: astro config
1 parent d5d82f8 commit 8043e43

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

astro.config.mjs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
// @ts-check
21
import { defineConfig } from 'astro/config';
32

43
export default defineConfig({
5-
site: 'https://fre0grella.github.io/QuantumNotes',
6-
base: '/',
7-
output: 'static',
4+
site: 'https://username.github.io',
5+
base: '/QuantumNotes',
86
});

0 commit comments

Comments
 (0)