diff --git a/assets/static/images/cloudflare_gray_cloud.png b/assets/static/images/cloudflare_gray_cloud.png new file mode 100644 index 000000000..5242f5fa5 Binary files /dev/null and b/assets/static/images/cloudflare_gray_cloud.png differ diff --git a/assets/static/images/cloudflare_orange_cloud.png b/assets/static/images/cloudflare_orange_cloud.png new file mode 100644 index 000000000..91024d014 Binary files /dev/null and b/assets/static/images/cloudflare_orange_cloud.png differ diff --git a/assets/static/images/icon/ghost.svg b/assets/static/images/icon/ghost.svg deleted file mode 100644 index 637a2b5be..000000000 --- a/assets/static/images/icon/ghost.svg +++ /dev/null @@ -1 +0,0 @@ -Ghost Logo diff --git a/assets/static/images/icon/google_sc.png b/assets/static/images/icon/google_sc.png deleted file mode 100644 index 77d924215..000000000 Binary files a/assets/static/images/icon/google_sc.png and /dev/null differ diff --git a/assets/static/images/icon/squarespace.png b/assets/static/images/icon/squarespace.png deleted file mode 100644 index 0dbd4e0df..000000000 Binary files a/assets/static/images/icon/squarespace.png and /dev/null differ diff --git a/assets/static/images/screenshot-countries.png b/assets/static/images/screenshot-countries.png deleted file mode 100644 index e53ca1eec..000000000 Binary files a/assets/static/images/screenshot-countries.png and /dev/null differ diff --git a/assets/static/images/screenshot.png b/assets/static/images/screenshot.png deleted file mode 100644 index 198ae9d91..000000000 Binary files a/assets/static/images/screenshot.png and /dev/null differ diff --git a/assets/static/images/testimonials/felipe.jpg b/assets/static/images/testimonials/felipe.jpg deleted file mode 100644 index 0ad4701c8..000000000 Binary files a/assets/static/images/testimonials/felipe.jpg and /dev/null differ diff --git a/assets/static/images/testimonials/makis.jpg b/assets/static/images/testimonials/makis.jpg deleted file mode 100644 index 7dd10af9b..000000000 Binary files a/assets/static/images/testimonials/makis.jpg and /dev/null differ diff --git a/assets/static/images/testimonials/markus.jpg b/assets/static/images/testimonials/markus.jpg deleted file mode 100644 index 3afff7213..000000000 Binary files a/assets/static/images/testimonials/markus.jpg and /dev/null differ diff --git a/lib/plausible_web/templates/site/custom_domain_dns_setup.html.eex b/lib/plausible_web/templates/site/custom_domain_dns_setup.html.eex index b50f1980a..c6617aec2 100644 --- a/lib/plausible_web/templates/site/custom_domain_dns_setup.html.eex +++ b/lib/plausible_web/templates/site/custom_domain_dns_setup.html.eex @@ -4,6 +4,10 @@
  • Go to your DNS provider’s website
  • Create a new CNAME record for <%= @site.custom_domain.domain %>
  • Point the record to custom.<%= base_domain() %>. (including the dot)
  • +
  • If you're using Cloudflare, make sure to disable the orange cloud proxy:
  • + <%= img_tag(Routes.static_path(@conn, "/images/cloudflare_orange_cloud.png"), class: "w-36 my-4 inline") %> + + <%= img_tag(Routes.static_path(@conn, "/images/cloudflare_gray_cloud.png"), class: "w-36 my-4 inline") %> <%= link("Done ->", to: "/sites/#{URI.encode_www_form(@site.domain)}/custom-domains/snippet", class: "button w-full mt-6") %>