We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8ca8b commit 1b0e895Copy full SHA for 1b0e895
app.vue
@@ -6,6 +6,17 @@
6
</div>
7
</template>
8
9
+<script setup lang="ts">
10
+useSeoMeta({
11
+ title: "rust-seq",
12
+ ogTitle: "Documentation",
13
+ description:
14
+ "rust-seq: a project that endeavours to rebuild the omics ecosystem using Rust",
15
+ ogDescription:
16
+ "A project that endeavours to rebuild the omics ecosystem using Rust",
17
+});
18
+</script>
19
+
20
<style lang="postcss">
21
* {
22
@apply text-slate-900;
0 commit comments