There was an error while loading. Please reload this page.
1 parent 70d4b01 commit de5e862Copy full SHA for de5e862
src/hooks/stac-value.ts
@@ -33,6 +33,7 @@ export default function useStacValue({
33
(async () => {
34
const connection = await db.connect();
35
await connection.query("LOAD spatial;");
36
+ await connection.query("LOAD icu;");
37
try {
38
new URL(href);
39
} catch {
0 commit comments