From ab8479572d25f3b76d76f9166cf5ded74bff84ef Mon Sep 17 00:00:00 2001 From: annsann Date: Mon, 8 Apr 2024 17:29:33 +0200 Subject: [PATCH] Change Base URL of Github Pages --- README.md | 9 +++++++++ docs/astro.config.mjs | 1 + 2 files changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..6883043d --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# UNNAMED_PROJECT SoSe24 + +## Project Description + +This is a project description. I'd talk about the project here. But we don't have a project yet. + +## Structure + +- `docs/` - Documentation page \ No newline at end of file diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 035ee196..55a4ed2b 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -3,6 +3,7 @@ import starlight from '@astrojs/starlight'; // https://astro.build/config export default defineConfig({ + base: '/riot-po-2024', integrations: [ starlight({ title: 'UNNAMED RIOT PROJECT',