Skip to content

Commit

Permalink
Updating canonical URL
Browse files Browse the repository at this point in the history
I was reading the docs, and emailed this link to myself using the
iOS share sheet: `https://doggo.mrkaran.dev/docs/`. When I got the
email, the link had been changed to `https://doggo.karan.dev/docs`
which is the canonical link based on the `site` setting in
`docs/astro.config.mjs`.
  • Loading branch information
gavinanderegg authored and mr-karan committed Jul 3, 2024
1 parent 38246f6 commit be42d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { defineConfig, passthroughImageService } from "astro/config";
// https://astro.build/config
export default defineConfig({
base: "/docs",
site: "https://doggo.karan.dev/docs",
site: "https://doggo.mrkaran.dev/docs/",
image: {
service: passthroughImageService(),
},
Expand Down

0 comments on commit be42d53

Please sign in to comment.