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 <drthompsonsmagickindustries@gmail.com>
This commit is contained in:
Jacob Bolda
2020-01-08 10:07:53 -06:00
committed by GitHub
parent 5c5e2674c0
commit c6d197bcd6

View File

@@ -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",