This commit is contained in:
Andrea
2024-10-16 23:39:35 +02:00
parent 201532f496
commit b299731fcc
9 changed files with 7 additions and 12 deletions

View File

@@ -2,7 +2,6 @@
title: Hello, world
published: 2023-03-15
description: The hello world post
isFeatured: false
---
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

View File

@@ -2,7 +2,6 @@
title: How this site is built
published: 2024-09-29
description: A technical explanation of how this site works
isFeatured: false
---
This site is built with [remix.run](https://remix.run). There is no database for the posts, instead the posts are written directly in [MDX](https://mdxjs.com/).

View File

@@ -2,7 +2,6 @@
title: Run Shopify App without the App Bridge
published: 2024-10-07
description: Let's get rid of Shopify's app bridge.
isFeatured: false
---
This post wants to explain how to run a Shopify'app outside the [cli](https://github.com/Shopify/cli) and the [app bridge](https://shopify.dev/docs/api/app-bridge).