fix: Add missing entry point script to index.html
All checks were successful
Build and Deploy / build-and-push (push) Successful in 1m16s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 1m16s
This commit is contained in:
15
index.html
15
index.html
@@ -35,22 +35,9 @@
|
||||
text-shadow: 0 0 20px rgba(var(--primary-color), 0.3);
|
||||
}
|
||||
</style>
|
||||
<script type="importmap">
|
||||
{
|
||||
"imports": {
|
||||
"react/": "https://esm.sh/react@^19.2.4/",
|
||||
"react": "https://esm.sh/react@^19.2.4",
|
||||
"react-dom/": "https://esm.sh/react-dom@^19.2.4/",
|
||||
"clsx": "https://esm.sh/clsx@^2.1.1",
|
||||
"lucide-react": "https://esm.sh/lucide-react@^0.564.0",
|
||||
"tailwind-merge": "https://esm.sh/tailwind-merge@^3.4.1",
|
||||
"react-router-dom": "https://esm.sh/react-router-dom@^7.13.0",
|
||||
"@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@^2.95.3"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/index.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user