fix: proper Hugo assets pipeline for JS
All checks were successful
Deploy / deploy (push) Successful in 0s

This commit is contained in:
Chen Gu
2026-04-24 01:33:37 +08:00
parent b06546c674
commit dbd2159429

View File

@@ -26,6 +26,7 @@
<span>✦ Val's Dreamscape Journal ✦</span> <span>✦ Val's Dreamscape Journal ✦</span>
</footer> </footer>
</div> </div>
<script src='{{ "js/dreamscape.js" | relURL }}'></script> {{ $js := resources.Get "js/dreamscape.js" | minify }}
<script src="{{ $js.RelPermalink }}"></script>
</body> </body>
</html> </html>