Skip to content

Commit bcbb2fb

Browse files
committed
chore: update fallback URL in useBlogContent to reflect new domain
1 parent 3f8c99c commit bcbb2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composables/useBlogContent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export function useBlogArticle() {
104104

105105
// Helper to resolve a base URL
106106
const resolveBaseUrl = () =>
107-
config.public.siteUrl || config.public.baseUrl || 'https://blog.onelitefeather.net'
107+
config.public.siteUrl || config.public.baseUrl || 'https://onelitefeather.net'
108108

109109
// Rebuild alternates whenever article/locale changes
110110
watch([blog, locale, locales], async () => {

0 commit comments

Comments
 (0)