We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1e180 commit cf3547aCopy full SHA for cf3547a
public/CNAME
@@ -0,0 +1 @@
1
+rustyguts.dev
src/config.ts
@@ -1,7 +1,7 @@
import type { Site, SocialObjects } from "./types";
2
3
export const SITE: Site = {
4
- website: "https://rustyguts.dev/", // replace this with your deployed domain
+ website: "https://rustyguts.dev", // replace this with your deployed domain
5
author: "Brendan Kennedy",
6
desc: "Chicken wings and computer things",
7
title: "rustyguts",
0 commit comments