mirror of
https://github.com/youwen5/blog.git
synced 2024-11-24 18:03:50 -08:00
fix: stylesheet and js imports
This commit is contained in:
parent
30d20aea08
commit
672546375e
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
|||
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" />
|
||||
</head>
|
||||
<body class="container max-w-3xl mx-auto px-4">
|
||||
|
@ -87,6 +87,6 @@
|
|||
unless otherwise noted.
|
||||
</p>
|
||||
</footer>
|
||||
<script defer src="./build/bundle.js"></script>
|
||||
<script defer src="./out/bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue