mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 05:25:56 +00:00
fix(meta): append / to the end of baseURL constants for documentation accesses staring from secondary hierarchy as representation of directory path instead of specific file data type
This commit is contained in:
parent
97135cea46
commit
b778806f06
@ -2,7 +2,7 @@ import { version } from '../../../package.json'
|
|||||||
|
|
||||||
// base info
|
// base info
|
||||||
export const name = 'toshiki-notebook'
|
export const name = 'toshiki-notebook'
|
||||||
export const site = 'https://note.toshiki.dev'
|
export const site = 'https://note.toshiki.dev/'
|
||||||
export const logo = 'https://note.toshiki.dev/logos/logo-308px.png'
|
export const logo = 'https://note.toshiki.dev/logos/logo-308px.png'
|
||||||
export const keywords =
|
export const keywords =
|
||||||
'Toshiki, Anda Toshiki, andatoshiki, GitHub, GitHub action, Vitepress, Vite, Notebook, Knowledge base, Programming, Programming Notes, Academic, Personal, Notebook, Productivity, Journal, Note-taking, Markdown, Notepad, Organization, Tutorial'
|
'Toshiki, Anda Toshiki, andatoshiki, GitHub, GitHub action, Vitepress, Vite, Notebook, Knowledge base, Programming, Programming Notes, Academic, Personal, Notebook, Productivity, Journal, Note-taking, Markdown, Notepad, Organization, Tutorial'
|
||||||
@ -10,7 +10,7 @@ export const description = "Toshiki's web notebook served via Vitepress!"
|
|||||||
|
|
||||||
// social link
|
// social link
|
||||||
// export const bilibili = ''
|
// export const bilibili = ''
|
||||||
export const github = 'https://github.com/chodocs/chodocs'
|
export const github = 'https://github.com/andatoshiki/toshiki-notebook·'
|
||||||
|
|
||||||
// docs version
|
// docs version
|
||||||
export const docsVersion = version
|
export const docsVersion = version
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user