Skip to content

Commit

Permalink
chore: update blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
cvgellhorn committed Nov 18, 2024
1 parent 0944ef0 commit 975f92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/blog/2024-11-18-checkout-ui-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const host = new URL(process.env.SHOPIFY_APP_URL || 'http://localhost')

// Add SHOPIFY_APP_URL to extension
if (process.env.NODE_ENV === 'development') {
const writeExtensionAppUrl = require('./utils/extension-app-url');
const writeExtensionAppUrl = require('./utils/extension-app-url').default;
writeExtensionAppUrl(process.env.SHOPIFY_APP_URL);
}
[...]
Expand Down

0 comments on commit 975f92c

Please sign in to comment.