Skip to content

Commit

Permalink
fix: change astro site in config
Browse files Browse the repository at this point in the history
  • Loading branch information
DuroCodes committed Jul 18, 2024
1 parent 0ac2b02 commit 3a3370b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const [typeDocV4, typeDocV4Sidebar] = createStarlightTypeDocPlugin();
// https://astro.build/config
export default defineConfig({
// TODO: Change this whenever site is deployed to `sern.dev`
site: 'https://sern-handler.github.io/website/',
site: 'https://sern.dev/',
integrations: [starlight({
title: "sern",
lastUpdated: true,
Expand Down

0 comments on commit 3a3370b

Please sign in to comment.