Fix CSS/JS not resolving on full-page reload for New Transaction pages

This commit is contained in:
James Chapman 2024-10-06 21:19:55 +01:00
parent eee2c201fa
commit dfcab40d70
Signed by: jamsch0
GPG Key ID: 765FE58130277547

View File

@ -9,6 +9,8 @@
<meta name="view-transition" content="same-origin" />
<meta name="turbo-prefetch" content="false" />
<base href="/" />
<link rel="stylesheet" type="text/css" href="@Assets["lib/inter/index.css"]" data-turbo-track="reload" />
<link rel="stylesheet" type="text/css" href="@Assets["css/main.css"]" data-turbo-track="reload" />