Skip to content

Commit

Permalink
docs(config): fix url typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikoloism committed May 22, 2024
1 parent ab29881 commit 88088da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import { defineConfig } from 'vitepress';

// https://vitepress.dev/reference/site-config
export default defineConfig({
base: '/biruni/',
// base: '/biruni/',
title: "Al-Biruni Doc's",
description: 'Unified All-in-One Storage Utilities',
appearance: 'dark',

srcDir: 'src',
cleanUrls: true,
sitemap: {
hostname: 'https://wonize.github.com/biruni/',
hostname: 'https://wonize.github.io/biruni',
},

themeConfig: {
Expand Down Expand Up @@ -111,7 +111,7 @@ export default defineConfig({
head: [
['link', { rel: 'icon', href: '/biruni/assets/logo.svg' }],
['meta', { name: 'theme-color', content: '#6B1D1D' }],
['meta', { property: 'og:url', content: 'https://wonize.github.io/biruni/' }],
['meta', { property: 'og:url', content: 'https://wonize.github.io/biruni' }],
['meta', { property: 'og:type', content: 'website' }],
['meta', { property: 'og:title', content: "Al-Biruni Doc's" }],
[
Expand Down

0 comments on commit 88088da

Please sign in to comment.