We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8a91d commit 75e674eCopy full SHA for 75e674e
1 file changed
lib/site-metadata.ts
@@ -1,4 +1,4 @@
1
-const DEFAULT_SITE_URL = "https://devcontext.xyz";
+const DEFAULT_SITE_URL = "https://www.devcontext.xyz";
2
3
const normalizeSiteUrl = (input: string): string => {
4
const trimmed = input.trim();
0 commit comments