chore: typo

pull/203/head
Anthony Fu 5 years ago
parent 0a992da390
commit 8bce7c18d6

@ -17,7 +17,7 @@ export function pathToFile(path: string): string {
} }
if (import.meta.env.DEV) { if (import.meta.env.DEV) {
// awlays force re-fetch content in dev // always force re-fetch content in dev
pagePath += `.md?t=${Date.now()}` pagePath += `.md?t=${Date.now()}`
} else { } else {
// in production, each .md file is built into a .md.js file following // in production, each .md file is built into a .md.js file following

Loading…
Cancel
Save