Skip to content

Commit

Permalink
fix: Use cleanURLs and set target self for vox link
Browse files Browse the repository at this point in the history
  • Loading branch information
R2D2VaderBeef authored Jul 2, 2024
1 parent 8486f40 commit 5784c96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default defineConfig({
description: "Mapmaking documentation for Sector's Edge",
base: "/mapping-docs/",
ignoreDeadLinks: true,
cleanUrls: true,
themeConfig: {
sidebar: [
{
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ Note that each map file can be changed after your map is uploaded to the worksho

Download these template files and place them in the `/workshop/maps/myFirstMap` folder:

* [map_template.vox](/Map_Template.vox)
* [map_template.vox](/Map_Template.vox){target="_self"}
* [map_template.json](/map_template.json)

0 comments on commit 5784c96

Please sign in to comment.