Skip to content

Commit cf3547a

Browse files
committed
CNAME
1 parent ee1e180 commit cf3547a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

public/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rustyguts.dev

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Site, SocialObjects } from "./types";
22

33
export const SITE: Site = {
4-
website: "https://rustyguts.dev/", // replace this with your deployed domain
4+
website: "https://rustyguts.dev", // replace this with your deployed domain
55
author: "Brendan Kennedy",
66
desc: "Chicken wings and computer things",
77
title: "rustyguts",

0 commit comments

Comments
 (0)