Skip to content

Commit

Permalink
Update a gatsby-config.ts for acre website
Browse files Browse the repository at this point in the history
- Add a comment about updating needed data
- Remove an unnecessary comment
  • Loading branch information
kkosiorowska committed Nov 9, 2023
1 parent ee47efa commit fc01674
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions website/gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ import type { GatsbyConfig } from "gatsby"

const config: GatsbyConfig = {
siteMetadata: {
// TODO: Update the needed data when the final domain name will be ready.
siteUrl: `https://www.yourdomain.tld`,
},
// 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
// Learn more at: https://gatsby.dev/graphql-typegen
graphqlTypegen: true,
plugins: [],
}
Expand Down

0 comments on commit fc01674

Please sign in to comment.