diff options
author | navanchauhan <navanchauhan@gmail.com> | 2021-06-25 16:52:57 +0530 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2021-06-25 16:52:57 +0530 |
commit | bf396063af8421b80e2743aa76874bcf5d06788c (patch) | |
tree | e7806a064b50551a1d83558555b04a4b57c38912 | |
parent | 129fc0fcef657647ef06e3760fa3c7d07d7723fe (diff) |
fix broken image
-rw-r--r-- | Content/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.md | 2 | ||||
-rw-r--r-- | docs/feed.rss | 6 | ||||
-rw-r--r-- | docs/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.html | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Content/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.md b/Content/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.md index c894955..b82b35a 100644 --- a/Content/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.md +++ b/Content/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.md @@ -26,7 +26,7 @@ After measuring with a scale, I decided on a simple template I made in Apple Pag I created a personal automation in the Shortcuts app which got triggered when a particular NFC card was scanned, ask playback destination and play the album/playlist. -![Screenshot of Shortcuts App](/assets/popsts/music-cards/shortcuts-01.png) +![Screenshot of Shortcuts App](/assets/posts/music-cards/shortcuts-01.png) ![Screenshot of Automation Summary](/assets/posts/music-cards/shortcuts-02.png) diff --git a/docs/feed.rss b/docs/feed.rss index 16b04de..7d33ab6 100644 --- a/docs/feed.rss +++ b/docs/feed.rss @@ -4,8 +4,8 @@ <title>Navan's Archive</title> <description>Rare Tips, Tricks and Posts</description> <link>https://web.navan.dev/</link><language>en</language> - <lastBuildDate>Fri, 25 Jun 2021 16:50:37 -0000</lastBuildDate> - <pubDate>Fri, 25 Jun 2021 16:50:37 -0000</pubDate> + <lastBuildDate>Fri, 25 Jun 2021 16:52:45 -0000</lastBuildDate> + <pubDate>Fri, 25 Jun 2021 16:52:45 -0000</pubDate> <ttl>250</ttl> <atom:link href="https://web.navan.dev/feed.rss" rel="self" type="application/rss+xml"/> @@ -1534,7 +1534,7 @@ So, I did not have to ensure this could work with any device. I settled with usi <p>I created a personal automation in the Shortcuts app which got triggered when a particular NFC card was scanned, ask playback destination and play the album/playlist.</p> -<p><img src="/assets/popsts/music-cards/shortcuts-01.png" alt="Screenshot of Shortcuts App" /></p> +<p><img src="/assets/posts/music-cards/shortcuts-01.png" alt="Screenshot of Shortcuts App" /></p> <p><img src="/assets/posts/music-cards/shortcuts-02.png" alt="Screenshot of Automation Summary" /></p> diff --git a/docs/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.html b/docs/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.html index 20e56cc..3878f18 100644 --- a/docs/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.html +++ b/docs/posts/2021-06-25-NFC-Music-Cards-Basic-iOS.html @@ -42,7 +42,7 @@ So, I did not have to ensure this could work with any device. I settled with usi <p>I created a personal automation in the Shortcuts app which got triggered when a particular NFC card was scanned, ask playback destination and play the album/playlist.</p> -<p><img src="/assets/popsts/music-cards/shortcuts-01.png" alt="Screenshot of Shortcuts App" /></p> +<p><img src="/assets/posts/music-cards/shortcuts-01.png" alt="Screenshot of Shortcuts App" /></p> <p><img src="/assets/posts/music-cards/shortcuts-02.png" alt="Screenshot of Automation Summary" /></p> |