Skip to content

Commit

Permalink
Revert "Merge branch 'main' into main"
Browse files Browse the repository at this point in the history
This reverts commit d638527, reversing
changes made to 9a8e459.
  • Loading branch information
RobbieTheWagner committed Nov 10, 2024
1 parent d638527 commit 3f53c65
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 525 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ see fit.

#### Configuring guests

We use Turso and Astro DB to setup guests per episode. If you would also like to do this, you will need a Turso account.
We are experimenting with storing guest info in Astro DB, which is currently in closed beta, so it may not be accessible to you if you did not get a beta invite.
Binary file modified public/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/android-chrome-512x512.png
Binary file not shown.
Binary file modified public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file modified public/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
529 changes: 15 additions & 514 deletions public/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "WWW",
"short_name": "WWW",
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"src": "/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
}
],
Expand Down
4 changes: 2 additions & 2 deletions src/components/InfoCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
>
Store
</a>
<!-- <a class="animated-bottom-border block pt-5 after:mt-5" href="/sponsor">
<a class="animated-bottom-border block pt-5 after:mt-5" href="/sponsor">
Become a sponsor
</a> -->
</a>
</div>
2 changes: 1 addition & 1 deletion src/content/transcripts/155.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[00:00:00] **Intro:** Welcome to Syntax. Welcome to a brand new episode of the
**Intro:** [00:00:00] Welcome to Syntax. Welcome to a brand new episode of the
Front End Happy Hour podcast. Welcome to this week's JS Party. Live from Ship
Shape Studios, this is Whiskey Web and Whatnot. With your hosts, Robbie the
Wagner, and me, Charles William Carpenter III. That's right Charles. We drink
Expand Down
5 changes: 2 additions & 3 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const description = Astro.props.description ?? starpodConfig.description;
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<link rel="canonical" href={canonicalURL} />
<link rel="sitemap" href="/sitemap-index.xml" />

<link rel="canonical" href={canonicalURL} />
Expand All @@ -63,8 +62,8 @@ const description = Astro.props.description ?? starpodConfig.description;
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#531b3c" />
<meta name="msapplication-TileColor" content="#531b3c" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />

<!-- Title -->
Expand Down

0 comments on commit 3f53c65

Please sign in to comment.