mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-19 18:45:15 +02:00
fix: update URLs to use the "www" subdomain across the application
This commit modifies various metadata and canonical URLs in the SurfSense application to ensure consistency by using "https://www.surfsense.com" instead of "https://surfsense.com". Changes were made in layout files, blog posts, and SEO components to reflect this update.
This commit is contained in:
parent
dc88ce0277
commit
219a5977b7
18 changed files with 105 additions and 39 deletions
|
|
@ -50,7 +50,7 @@ export async function generateMetadata(props: { params: Promise<{ slug?: string[
|
|||
title: `${page.data.title} | SurfSense Docs`,
|
||||
description: page.data.description,
|
||||
alternates: {
|
||||
canonical: `https://surfsense.com/docs${slugPath ? `/${slugPath}` : ""}`,
|
||||
canonical: `https://www.surfsense.com/docs${slugPath ? `/${slugPath}` : ""}`,
|
||||
},
|
||||
openGraph: {
|
||||
title: `${page.data.title} | SurfSense Docs`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue