From 5422e43e3140559baa9b2e0133fd3e6289533a74 Mon Sep 17 00:00:00 2001 From: Claire Date: Wed, 10 Dec 2025 09:49:09 +0100 Subject: [PATCH] Fix wrapstodon standalone page not loading JS module --- app/views/wrapstodon/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/wrapstodon/show.html.haml b/app/views/wrapstodon/show.html.haml index 4cb57011fd..809b931b27 100644 --- a/app/views/wrapstodon/show.html.haml +++ b/app/views/wrapstodon/show.html.haml @@ -6,7 +6,7 @@ = opengraph 'og:site_name', site_title = opengraph 'profile:username', acct(@account)[1..] - = vite_typescript_tag 'wrapstodon.tsx', crossorigin: 'anonymous' + = flavoured_vite_typescript_tag 'wrapstodon.tsx', crossorigin: 'anonymous' - content_for :html_classes, 'theme-dark'