Skip to content

Commit

Permalink
fix: use relative URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Feb 23, 2024
1 parent 436be1c commit 16aa66a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import lume from "lume/mod.ts"
import codeHighlight from "lume/plugins/code_highlight.ts"
import relativeUrls from "lume/plugins/relative_urls.ts"
import { codeAutoLink } from "./auto_link.ts"

const site = lume({ src: "doc", prettyUrls: false })
Expand All @@ -9,5 +10,6 @@ site.copy("assets", "assets")
site
.use(codeHighlight())
.use(codeAutoLink())
.use(relativeUrls())

export default site
2 changes: 2 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 16aa66a

Please sign in to comment.