Skip to content

Commit

Permalink
chore: use domain deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
fz6m committed Apr 21, 2024
1 parent 966ab43 commit 7849337
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ const lang = 'zh-CN'
const ogDescription = 'OPQ 文档站'
const ogImage = 'https://cdn.jsdelivr.net/gh/opq-osc/opq-helper@main/images/opq.1200x630.v2.jpg'
const ogTitle = ogDescription
const siteBase = '/opq-helper/'
const ogUrl = `https://opq-osc.github.io${siteBase}`

// GitHub Pages
// const siteBase = '/opq-helper/'
// const ogUrl = `https://opq-osc.github.io${siteBase}`

// Official Site
const ogUrl = 'https://opqbot.com/'

const year = new Date().getFullYear()

Expand All @@ -28,7 +33,7 @@ export default defineConfig({
description: ogDescription,
lang,
lastUpdated: true,
base: siteBase,
// base: siteBase,

head: [
['link', { rel: 'icon', href: '/favicon.png' }],
Expand Down

0 comments on commit 7849337

Please sign in to comment.