Skip to content

Commit

Permalink
fix: Correct the url
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleBooth committed Oct 8, 2024
1 parent fbd129f commit 148a316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { GatsbyConfig } from "gatsby";
const config: GatsbyConfig = {
siteMetadata: {
title: `Armakuni Way`,
siteUrl: `https://practices.armauki.com`,
siteUrl: `https://way.armauki.com`,
},
// More easily incorporate content into your pages through automatic TypeScript type generation and better GraphQL IntelliSense.
// If you use VSCode you can also use the GraphQL plugin
Expand Down

0 comments on commit 148a316

Please sign in to comment.