Skip to content

Commit 6da82f1

Browse files
committed
feat: update base URL for sitemap generation and site configuration
1 parent 82ac1fa commit 6da82f1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Generate Sitemap
5959
uses: cicirello/generate-sitemap@v1.10.4
6060
with:
61-
base-url-path: https://deinfreu.github.io/hytale-server-container/
61+
base-url-path: https://hytale-server-container.com
6262
path-to-root: ./_site
6363
drop-html-extension: true
6464

docs/_config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ remote_theme: just-the-docs/just-the-docs
1313
color_scheme: dark # Perfect for gaming/server projects
1414

1515
# URL settings
16-
# Replace 'deinfreu' with your GitHub username if different
17-
baseurl: "/hytale-server-container"
18-
url: "https://deinfreu.github.io/hytale-server-container/"
16+
url: "https://hytale-server-container.com"
17+
baseurl: ""
1918
permalink: pretty
2019

2120
# Aux links (Top right buttons)

0 commit comments

Comments
 (0)