Skip to content

Commit

Permalink
fix: add siteUrl in starter gatsby config
Browse files Browse the repository at this point in the history
  • Loading branch information
3nvi committed Mar 28, 2020
1 parent 8df60fa commit 883fdfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-starter-intl/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
title: `Gatsby Starter Intl`,
description: `Kick off your next, great Gatsby i18n project with this starter. It extends gatsby-starter-default.`,
author: `@3nvi`,
siteUrl: process.env.URL,
},
plugins: [
`gatsby-plugin-react-helmet`,
Expand Down

0 comments on commit 883fdfa

Please sign in to comment.