Skip to content

Commit

Permalink
Temporary URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Jun 5, 2024
1 parent d52b09a commit f419e1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ import tailwindConfig from "./tailwind.config.ts";

await checkPrerequisities();

export const site = lume({});
export const site = lume({
location: new URL("https://wuespace.github.io/vos/")
});

site.use(jsx());
site.use(
Expand Down

0 comments on commit f419e1c

Please sign in to comment.