Skip to content

Commit

Permalink
add: fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
Parsifa1 committed Dec 29, 2023
1 parent 2e1dfd7 commit b1a73b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Site, SocialObjects } from "./types";

export const SITE: Site = {
website: "blog.cloudti.de", // replace this with your deployed domain
website: "https://blog.cloudti.de", // replace this with your deployed domain
author: "Parsifal",
desc: "Parsifa1's Blog",
title: "Parsifal's Blog",
Expand Down

0 comments on commit b1a73b7

Please sign in to comment.