Skip to content

Commit 4cdb85d

Browse files
committed
fix: logo svg
1 parent a6e205e commit 4cdb85d

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

docs/.vitepress/nl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const nl: LocaleSpecificConfig<DefaultTheme.Config> = {
8383
{
8484
text: 'Openingstijden',
8585
items: [
86-
{ text: 'Kalender', link: '/user/locations/openings/' },
86+
{ text: 'Enkele openingstijden', link: '/user/locations/openings/' },
8787
{
8888
text: 'Herhalende openingstijden',
8989
link: '/user/locations/openings/repeating',

docs/.vitepress/shared.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { defineConfig } from 'vitepress';
33
export const shared = defineConfig({
44
title: 'Blokmap',
55
base: '/',
6+
head: [['link', { rel: 'icon', type: 'image/svg+xml', href: '/logo.svg' }]],
67

78
vite: {
89
server: {
File renamed without changes.

0 commit comments

Comments
 (0)