fix: stylesheet and js imports

This commit is contained in:
Youwen Wu 2024-05-24 20:08:20 -07:00
parent 30d20aea08
commit 672546375e
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -49,7 +49,7 @@
type="application/rss+xml" type="application/rss+xml"
/> />
<link rel="stylesheet" href="./build/bundle.css" /> <link rel="stylesheet" href="./out/bundle.css" />
<link rel="stylesheet" href="./css/code.css" /> <link rel="stylesheet" href="./css/code.css" />
</head> </head>
<body class="container max-w-3xl mx-auto px-4"> <body class="container max-w-3xl mx-auto px-4">
@ -87,6 +87,6 @@
unless otherwise noted. unless otherwise noted.
</p> </p>
</footer> </footer>
<script defer src="./build/bundle.js"></script> <script defer src="./out/bundle.js"></script>
</body> </body>
</html> </html>