remove warning about vite not finding custom code at build time

This commit is contained in:
Athou
2025-03-11 15:45:35 +01:00
parent 8b24c125c2
commit 131a8ebf68
2 changed files with 29 additions and 4 deletions

View File

@@ -6,9 +6,6 @@
<link rel="manifest" href="manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" type="text/css" href="custom_css.css" />
<script type="text/javascript" src="custom_js.js"></script>
<title>CommaFeed</title>
</head>
<body>