frontend: use TRUNK_PUBLIC_URL

This commit is contained in:
2025-03-26 12:11:48 +03:00
parent 807ead7dc7
commit 4d8c4d502b
2 changed files with 11 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Peazyweb - OpenVPN config creator</title>
<script src="https://cdn.tailwindcss.com"></script>
<base data-trunk-public-url />
</head>
<body class="bg-gradient-to-r from-[#f0f9ff] to-[#e6f3ff]">
<div id="app"></div>
@@ -13,4 +14,4 @@
init();
</script>
</body>
</html>
</html>