Filter empty continents directly in GraphQL query

This commit is contained in:
2022-07-18 17:26:06 +02:00
parent 4f274e52ce
commit 5d7d4896fe
3 changed files with 6 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="theme-color" content="#3C0576">
<meta name="mobile-web-app-capable" content="yes">
@@ -10,11 +10,11 @@
<link rel="icon" type="image/png" sizes="64x64" href="/images/favicon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/siteicon.png">
%sveltekit.head%
%sveltekit.head%
</head>
<body>
%sveltekit.body%
%sveltekit.body%
<script>
document.body.style.opacity = '0'