Skip to content

Commit

Permalink
fix: using owddm.com domain
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheidegger committed Jun 16, 2023
1 parent 5eeb37e commit 5efea85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/utils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import dayjs, { Dayjs } from "dayjs/esm";
import { Event } from "./events";

const base = "https://owddm.github.io/public";
const base = "https://owddm.com/public";

export function getSitePath(path: string): string {
return `${base}${path}`;
Expand Down

0 comments on commit 5efea85

Please sign in to comment.