fix: Do not index /view page

This commit is contained in:
Sidharth Vinod
2025-02-25 08:49:25 +05:30
parent 03404e8e59
commit 78ccc2ff4c
+4
View File
@@ -5,4 +5,8 @@
onMount(initHandler);
</script>
<svelte:head>
<meta name="robots" content="noindex" />
</svelte:head>
<View />