We are not using internal collection pages for unfurling or publicly readable consumption

This commit is contained in:
David Heinemeier Hansson
2025-10-30 15:51:34 +01:00
parent 288bd122e2
commit 3e118e9ad7
-6
View File
@@ -3,12 +3,6 @@
<%= turbo_stream_from @collection %>
<% content_for :head do %>
<%= tag.meta property: "og:title", content: @page_title %>
<%= tag.meta property: "og:description", content: Account.sole.name %>
<%= tag.meta property: "og:url", content: collection_url(@collection) %>
<% end %>
<% content_for :header do %>
<%= render "filters/menu" %>