From c6d197bcd68fc23b2468817336a7e77453d29df3 Mon Sep 17 00:00:00 2001 From: Jacob Bolda Date: Wed, 8 Jan 2020 10:07:53 -0600 Subject: [PATCH] fix(examples): fix breaking change upstream (#300) * fix(examples): fix breaking change upstream It now requires a siteURL to function (as there isn't a great way to make it optional). * fix(gatsby-example): use https for site Co-authored-by: nothingismagick --- examples/react/gatsby-themed-site/gatsby-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/react/gatsby-themed-site/gatsby-config.js b/examples/react/gatsby-themed-site/gatsby-config.js index 630cc63c2..efa1f1632 100644 --- a/examples/react/gatsby-themed-site/gatsby-config.js +++ b/examples/react/gatsby-themed-site/gatsby-config.js @@ -4,6 +4,7 @@ module.exports = { siteDescription: `This is a smoke test to see that a (themed) Gatsbyjs site will work within Tauri.`, siteAuthor: `Jacob Bolda`, siteContact: "https://twitter.com/jacobbolda", + siteURL: "https://www.tauri.studio", contactLinks: [ { url: "https://twitter.com/jacobbolda",