Skip to content

Commit

Permalink
update base path
Browse files Browse the repository at this point in the history
for correct loading of resources when hosting on GH Pages
  • Loading branch information
kevindamm committed Jun 22, 2024
1 parent b9bfdb7 commit 14f8462
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { defineConfig } from 'vitepress'
export default defineConfig({
title: "Number Scrabble",
description: "play a classic mathematics game against the computer",
base: "/number-scrabble/",
lang: "en-US",
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
Expand Down

0 comments on commit 14f8462

Please sign in to comment.