mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-08-02 08:24:42 +00:00
💚 Fix CSS Style lost
This commit is contained in:
@@ -12,7 +12,7 @@ type ApiDocEntry = {
|
||||
}
|
||||
|
||||
const repoSlug = process.env.GITHUB_REPOSITORY?.split('/')[1] ?? 'BitLogger'
|
||||
const docsBase = process.env.GITHUB_ACTIONS ? `/${repoSlug}/` : '/'
|
||||
const docsBase = process.env.DOCS_BASE ?? (process.env.GITHUB_ACTIONS ? `/${repoSlug}/` : '/')
|
||||
const repository = 'https://github.com/Nanaloveyuki/BitLogger'
|
||||
|
||||
function splitWords(input: string): string[] {
|
||||
|
||||
Reference in New Issue
Block a user