diff --git a/public/astro-micro.jpg b/public/astro-micro.jpg deleted file mode 100644 index 8ed0580..0000000 Binary files a/public/astro-micro.jpg and /dev/null differ diff --git a/public/images/blog/dynamic-app-url-extension.webp b/public/images/blog/dynamic-app-url-extension.webp new file mode 100644 index 0000000..7528c42 Binary files /dev/null and b/public/images/blog/dynamic-app-url-extension.webp differ diff --git a/public/projects/rpid-screen.jpeg b/public/images/projects/rpid-screen.jpeg similarity index 100% rename from public/projects/rpid-screen.jpeg rename to public/images/projects/rpid-screen.jpeg diff --git a/public/projects/sturmfrei-compressed.jpeg b/public/images/projects/sturmfrei-compressed.jpeg similarity index 100% rename from public/projects/sturmfrei-compressed.jpeg rename to public/images/projects/sturmfrei-compressed.jpeg diff --git a/src/content/blog/2024-11-18-checkout-ui-extension.md b/src/content/blog/2024-11-18-checkout-ui-extension.md index e134fc7..8d03cef 100644 --- a/src/content/blog/2024-11-18-checkout-ui-extension.md +++ b/src/content/blog/2024-11-18-checkout-ui-extension.md @@ -4,6 +4,8 @@ description: "How to Dynamically Update the App URL in Shopify Checkout UI Exten date: "2024-11-18" --- +![Shopify Checkout UI Extension](/images/blog/dynamic-app-url-extension.webp) + When I began working on our custom Shopify app with a checkout UI extension, I encountered a recurring issue during development. Every time the development server restarted, the dynamically assigned Cloudflare tunnel URL provided by Shopify changed. This behaviour is expected and the default. Shopify conveniently exposes this dynamic URL through an environment variable for the app. However, this convenience doesn’t extend to extensions, as Shopify handles them differently. Extensions require the URL to be loaded from a statically defined location. diff --git a/src/content/projects/rpid-dev.md b/src/content/projects/rpid-dev.md index 41c3804..82b7502 100644 --- a/src/content/projects/rpid-dev.md +++ b/src/content/projects/rpid-dev.md @@ -5,7 +5,7 @@ date: "2024-09-15" demoURL: "https://rpid.dev/" --- -![rpid.dev Website](/projects/rpid-screen.jpeg) +![rpid.dev Website](/images/projects/rpid-screen.jpeg) I'm happy to announce that I launched [rpid.dev](https://rpid.dev/) today. This will be an ongoing project where I'll be adding resources and tools that I use for rapid development. diff --git a/src/content/projects/sturmfrei-website.md b/src/content/projects/sturmfrei-website.md index 71688c9..f1d7f8c 100644 --- a/src/content/projects/sturmfrei-website.md +++ b/src/content/projects/sturmfrei-website.md @@ -6,7 +6,7 @@ demoURL: "https://sturmfrei.com.au/" repoURL: "https://github.com/sturmfreico/sturmfreico.github.io" --- -![Sturmfrei Website](/projects/sturmfrei-compressed.jpeg) +![Sturmfrei Website](/images/projects/sturmfrei-compressed.jpeg) We recently launched our company website [sturmfrei.com.au](https://sturmfrei.com.au/). The website was built using [Astro](https://astro.build/) and the [AstroWind](https://github.com/onwidget/astrowind) theme.