diff --git a/takeovers/shopify-takeover.yaml b/takeovers/shopify-takeover.yaml index 66f65fc4ce..8da69c54c4 100644 --- a/takeovers/shopify-takeover.yaml +++ b/takeovers/shopify-takeover.yaml @@ -12,8 +12,18 @@ requests: path: - "{{BaseURL}}" + matchers-condition: and matchers: - type: word words: + - 'To finish setting up your new web address, go to your domain settings, click "Connect existing domain"' - "Sorry, this shop is currently unavailable." - - 'To finish setting up your new web address, go to your domain settings, click "Connect existing domain"' \ No newline at end of file + condition: or + + - type: word + words: + - 'shop-not-found' + + - type: dsl + dsl: + - '!contains(host,"myshopify.com")' \ No newline at end of file