Remove http://default from content

This commit is contained in:
Oliver Davies 2025-07-16 12:00:00 +01:00
parent 025aaf3be2
commit 76ed8e141b
392 changed files with 525 additions and 525 deletions

View file

@ -72,7 +72,7 @@ body:
format: full_html
processed: |
<p>As part of my recent digital simplification, I've started hosting the episodes of the <a href="http://default/podcast">Beyond Blocks podcast</a> myself.</p>
<p>As part of my recent digital simplification, I've started hosting the episodes of the <a href="/podcast">Beyond Blocks podcast</a> myself.</p>
<p>I've always had the podcast pages on my website and used them as the primary pages to redirect people for information about the episodes.</p>
@ -83,11 +83,11 @@ body:
<p>My website is built with Sculpin, so I was able to do this easily with Twig by adding the path to the MP3 file to each episode:</p>
<pre><code class="twig">&lt;audio controls&gt;
&lt;source src="http://default/files/bb/episodes/%7B%7B%20page.episode_filename%20%7D%7D" type="audio/mp3"&gt;
&lt;source src="/files/bb/episodes/%7B%7B%20page.episode_filename%20%7D%7D" type="audio/mp3"&gt;
&lt;/audio&gt;
</code></pre>
<p>This is already live. You can see it on <a href="http://default/podcast/25-jess-archer-drush-laravel-prompts">any of the podcast episode pages</a>.</p>
<p>This is already live. You can see it on <a href="/podcast/25-jess-archer-drush-laravel-prompts">any of the podcast episode pages</a>.</p>
<p>The other thing I'm using is the feed that publishes episodes to Spotify, iTunes, etc.</p>