Skip to content

Commit 75e674e

Browse files
committed
fixed default url
1 parent 8d8a91d commit 75e674e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/site-metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const DEFAULT_SITE_URL = "https://devcontext.xyz";
1+
const DEFAULT_SITE_URL = "https://www.devcontext.xyz";
22

33
const normalizeSiteUrl = (input: string): string => {
44
const trimmed = input.trim();

0 commit comments

Comments
 (0)