Skip to content

Commit 1b0e895

Browse files
committed
revise adds some SEO attributes
1 parent 5f8ca8b commit 1b0e895

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: app.vue

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66
</div>
77
</template>
88

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+
920
<style lang="postcss">
1021
* {
1122
@apply text-slate-900;

0 commit comments

Comments
 (0)