Skip to content

Commit

Permalink
Change canonical in blog to point to stateful.com (#434)
Browse files Browse the repository at this point in the history
* Change canonical in blog to point to stateful.com

* Update default.pug

Co-authored-by: Chris More <[email protected]>
  • Loading branch information
tjanczuk and Chris More authored Dec 29, 2022
1 parent 528d517 commit 282f243
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/_layouts/default.pug
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ html(lang='en' class=(pageClass || ''))
link(rel='apple-touch-icon' sizes='180x180' href='/apple-touch-icon.png')
link(rel='manifest' href='/site.webmanifest')
link(rel='mask-icon' href='/safari-pinned-tab.svg' color='#fb310a')
link(rel="canonical" href= `${site.canonicalUrl}${path}`)
link(rel="canonical" href= `${path.match(/^\/blog\//) ? `https://stateful.com${path.replace(/\/$/,'')}` : `${site.canonicalUrl}${path}`}`)
link(rel="alternate" type="application/rss+xml" title="Fusebit.io Developer Blog RSS Feed" href= `${site.canonicalUrl}/feed.xml`)

link(rel='stylesheet' href='/assets/vendor/swiper-bundle.min.css')
Expand Down Expand Up @@ -117,4 +117,3 @@ html(lang='en' class=(pageClass || ''))
script(src='/assets/main.js?' + cacheBust.mainJs)

block scripts

1 comment on commit 282f243

@vercel
Copy link

@vercel vercel bot commented on 282f243 Dec 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tjanczuk is attempting to deploy a commit to the Fusebit Team on Vercel.

To accomplish this, @tjanczuk needs to request access to the Team.

Afterwards, an owner of the Team is required to accept their membership request.

If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account.

Please sign in to comment.