mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user