File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ import { defineConfig } from 'vitepress'
22
33// https://vitepress.dev/reference/site-config
44export 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' ,
You can’t perform that action at this time.
0 commit comments