Skip to content

Commit

Permalink
Fix base path
Browse files Browse the repository at this point in the history
  • Loading branch information
jkniest committed Jun 17, 2024
1 parent cd087e2 commit 33d8886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { defineConfig } from 'vitepress'
export default defineConfig({
title: "Shopware 6 Fixture Plugin",
description: "The fixture plugin is really helpful if you want to create some static demo data",
base: "/fixturesplugin",
base: "/FixturesPlugin",
lastUpdated: true,
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ In the following pages, you'll find a few examples of how to build fixtures. If

<ul>
<li v-for="item in examples">
<a :href="'/fixturesplugin' + item.url">{{item.frontmatter.example}}</a>
<a :href="'/FixturesPlugin' + item.url">{{item.frontmatter.example}}</a>
</li>
</ul>

0 comments on commit 33d8886

Please sign in to comment.