Skip to content

Commit

Permalink
Docs: Fix slash in base
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnsAnns committed Apr 8, 2024
1 parent db387bc commit fdf7d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import starlight from '@astrojs/starlight';

// https://astro.build/config
export default defineConfig({
base: 'riot-po-2024',
base: '/riot-po-2024',
site: 'https://smartuni.github.io',
integrations: [
starlight({
Expand Down

0 comments on commit fdf7d10

Please sign in to comment.