Skip to content

Commit

Permalink
Merge pull request #70 from NuruProgramming/text-updates
Browse files Browse the repository at this point in the history
ongeza sitemap generation campability closes #69
  • Loading branch information
neicore committed Oct 25, 2023
2 parents 29ca757 + bb4bef9 commit 919352f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { defineConfig } from 'vitepress'
import kiswahiliSidebar from './helpers/kiswahili-sidebar'
import englishSidebar from './helpers/english-sidebar'


// https://vitepress.dev/reference/site-config
export default defineConfig({
// app level config options
Expand Down Expand Up @@ -31,11 +30,12 @@ export default defineConfig({

sidebar: englishSidebar,
outline: {
label: 'On this page'
label: 'On this page',
},
notFound: {
title: 'PAGE NOT FOUND',
quote: 'Maybe we have moved the page or you have used an incorrect link',
quote:
'Maybe we have moved the page or you have used an incorrect link',
linkLabel: 'Go Home',
linkText: 'Take Me Home',
},
Expand Down Expand Up @@ -134,4 +134,11 @@ export default defineConfig({
copyright: 'Copyleft 🄯 Avicenna',
},
},

lastUpdated: true,

sitemap: {
hostname: 'https://nuruprogramming.org/',
lastmodDateOnly: true,
},
})

1 comment on commit 919352f

@vercel
Copy link

@vercel vercel bot commented on 919352f Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nyaraka – ./

nyaraka.vercel.app
nyaraka-nuruprogramming.vercel.app
nyaraka-git-main-nuruprogramming.vercel.app

Please sign in to comment.