Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 17, 2023
1 parent 74f37c6 commit 768fd62
Show file tree
Hide file tree
Showing 17 changed files with 134 additions and 87 deletions.
92 changes: 46 additions & 46 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"test": "xo && astro build"
},
"devDependencies": {
"@astrojs/image": "^0.16.0",
"@astrojs/rss": "^2.2.0",
"@astrojs/sitemap": "^1.2.0",
"@astrojs/tailwind": "^3.1.0",
"@astrojs/image": "^0.16.1",
"@astrojs/rss": "^2.3.0",
"@astrojs/sitemap": "^1.2.1",
"@astrojs/tailwind": "^3.1.1",
"@astrolib/seo": "^0.3.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/parser": "^5.54.1",
"astro": "^2.1.2",
"@typescript-eslint/parser": "^5.55.0",
"astro": "^2.1.3",
"astro-iconify": "^1.2.0",
"eslint-plugin-astro": "^0.24.0",
"limax": "^v3.0.0",
Expand Down
1 change: 0 additions & 1 deletion public/rss.xml

This file was deleted.

3 changes: 2 additions & 1 deletion source/components/core/MetaTags.astro
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ const canonicalURL = new URL(Astro.url.pathname.replace(/\.html$/, ''), Astro.si
<meta name="apple-itunes-app" content={`app-id=${appStoreId}`}>
}

<link rel="alternate" type="application/rss+xml" title="Sindre Sorhus' blog" href="/rss.xml">
<link rel="alternate" type="application/rss+xml" title="Sindre Sorhus — Blog" href="/rss.xml">
<link rel="alternate" type="application/rss+xml" title="Sindre Sorhus — Apps" href="/rss-apps.xml">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🦄</text></svg>">
<script async src="https://gc.zgo.at/count.js" data-goatcounter="https://sindresorhus.goatcounter.com/count"></script>

Expand Down
2 changes: 1 addition & 1 deletion source/content/apps/aiko.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,6 @@ I don't have any immediate plans to localize the app.

A special version for users that cannot access the App Store. It won't receive updates.

[Download](https://www.dropbox.com/s/ffdzyiw3rp9nxgf/Aiko%201.0.1.zip) *(1.0.1 · 3 GB)*
[Download](https://drive.google.com/file/d/1ir1mSata3opXiybDEFso2qbkb333tcxv/view?usp=sharing) *(1.0.1 · 3 GB)*

*Requires macOS 13 or later*
2 changes: 1 addition & 1 deletion source/content/apps/ask-ai.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
draft: true
unlisted: true
title: Ask AI
subtitle: Use ChatGPT right on your watch
pubDate: 2023-03-12
Expand Down

0 comments on commit 768fd62

Please sign in to comment.