Skip to content

Commit bd0d582

Browse files
committed
docs: config
1 parent 4720e3d commit bd0d582

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ import { defineConfig } from 'vitepress'
22

33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
5+
sitemap: {
6+
hostname: 'https://nuxt-luxon.donld.me',
7+
},
58
title: 'Nuxt Luxon',
69
description: 'Easy DateTime formatting & parsing with Luxon in Nuxt applications',
710
themeConfig: {
@@ -12,9 +15,7 @@ export default defineConfig({
1215
nav: [
1316
{ text: 'Home', link: '/' },
1417
{ text: 'Guide', link: '/guide/' },
15-
// { text: 'Examples', link: '/examples/' },
1618
],
17-
1819
sidebar: [
1920
{
2021
text: 'Introduction',
@@ -33,11 +34,10 @@ export default defineConfig({
3334
],
3435
},
3536
],
36-
3737
socialLinks: [
38+
{ icon: 'personio', link: 'https://donld.me' },
3839
{ icon: 'github', link: 'https://github.com/dnldsht/nuxt-luxon' },
3940
],
40-
4141
footer: {
4242
message: 'Released under the MIT License.',
4343
copyright: 'Copyright © 2025-present Donald Shtjefni',

0 commit comments

Comments
 (0)