Skip to content

Commit

Permalink
deploy: ed150d9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 21, 2024
1 parent a359f6d commit 16c1e43
Show file tree
Hide file tree
Showing 46 changed files with 104 additions and 86 deletions.
20 changes: 19 additions & 1 deletion .well-known/apple-app-site-association
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,25 @@
"comment": "Matches any URL with a path that starts with /game/solitaire/share/."
}
]
}
},
{
"appIDs": [ "64F2NQS383.com.threetenlabs.spidersolitaire" ],
"components": [
{
"/": "/games/yass/*",
"comment": "Matches any URL with a path that starts with /games/yass/."
}
]
},
{
"appIDs": [ "64F2NQS383.com.threetenlabs.bedlam" ],
"components": [
{
"/": "/games/bedlam/*",
"comment": "Matches any URL with a path that starts with /games/bedlam/."
}
]
}
]
}
}
4 changes: 2 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<link rel="preconnect" href="https://www.googletagmanager.com">
<script>window.dataLayer=window.dataLayer||[]</script>
<script>!function(e,t,a,n,g){e[n]=e[n]||[],e[n].push({"gtm.start":(new Date).getTime(),event:"gtm.js"});var m=t.getElementsByTagName(a)[0],r=t.createElement(a);r.async=!0,r.src="https://www.googletagmanager.com/gtm.js?id=GTM-N6GM8HL7",m.parentNode.insertBefore(r,m)}(window,document,"script","dataLayer")</script><link rel="stylesheet" href="/assets/css/styles.1ba41898.css">
<script src="/assets/js/runtime~main.84cbffa2.js" defer="defer"></script>
<script src="/assets/js/main.052d11bd.js" defer="defer"></script>
<script src="/assets/js/runtime~main.e6eb61a7.js" defer="defer"></script>
<script src="/assets/js/main.5bd48303.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
<script>!function(){function t(t){document.documentElement.setAttribute("data-theme",t)}var e=function(){try{return new URLSearchParams(window.location.search).get("docusaurus-theme")}catch(t){}}()||function(){try{return localStorage.getItem("theme")}catch(t){}}();t(null!==e?e:"light")}(),function(){try{const a=new URLSearchParams(window.location.search).entries();for(var[t,e]of a)if(t.startsWith("docusaurus-data-")){var n=t.replace("docusaurus-data-","data-");document.documentElement.setAttribute(n,e)}}catch(t){}}(),document.documentElement.setAttribute("data-announcement-bar-initially-dismissed",function(){try{return"true"===localStorage.getItem("docusaurus.announcement.dismiss")}catch(t){}return!1}())</script>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 16c1e43

Please sign in to comment.