Skip to content

Commit

Permalink
Enable clean URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
tobifra committed Jul 11, 2024
1 parent 566bd0f commit aa187e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default defineConfig({
title: "Pfaditechnik",
description: "In Wort und Bild",
lang: "de-CH",
cleanUrls: true,
head: [['link', { rel: 'icon', href: '/favicon.svg' }],['link', { rel: 'icon', href: '/favicon.ico' }]],
transformHead({ assets }) {
// adjust the regex accordingly to match your font
Expand Down

0 comments on commit aa187e1

Please sign in to comment.