Skip to content

Commit 2d78b43

Browse files
committed
Skip custom color rendering for wasm
1 parent 5ef5611 commit 2d78b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<%= csrf_meta_tags %>
1414
<%= csp_meta_tag %>
1515
<%= render "application/config" %>
16-
<%= render "application/theme/color" %>
16+
<%= render "application/theme/color" unless Rails.env.wasm? %>
1717
<%= render "application/theme/code" %>
1818
<%= render "darkmode/setup" %>
1919
<%= vite_client_tag %>

0 commit comments

Comments
 (0)