post-deploy fixins
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 14s

This commit is contained in:
2025-11-10 11:46:12 -08:00
parent 935f03fa24
commit 43c34a5c3e

View File

@@ -11,18 +11,6 @@
}
</style>
<!-- The stylesheet will be injected here by Vite during the build process -->
<script type="importmap">
{
"imports": {
"react": "https://aistudiocdn.com/react@^19.2.0",
"react-dom/": "https://aistudiocdn.com/react-dom@^19.2.0/",
"react/": "https://aistudiocdn.com/react@^19.2.0/",
"@google/genai": "https://aistudiocdn.com/@google/genai@^1.28.0",
"recharts": "https://aistudiocdn.com/recharts@^3.3.0",
"@supabase/supabase-js": "https://aistudiocdn.com/@supabase/supabase-js@^2.78.0"
}
}
</script>
<!-- PDF.js Library -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/4.5.136/pdf.min.mjs" type="module"></script>
<!-- We link to the CSS entry point. Vite will process this. -->
@@ -30,10 +18,6 @@
</head>
<body>
<div id="root"></div>
<script type="module">
// Set the workerSrc for pdf.js
window.pdfjsWorker = 'https://cdnjs.cloudflare.com/ajax/libs/pdf.js/4.5.136/pdf.worker.min.mjs';
</script>
<script type="module" src="/index.tsx"></script>
<!-- Vite will inject the correct <script> tag here during the build process -->
</body>
</html>