feat(seo): robots.txt and seo metadata
This commit is contained in:
5
app.vue
5
app.vue
@@ -1,4 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
useSeoMeta({
|
||||
title: "Simple QRCode Generator",
|
||||
description: "Simple, bullshit-free QR code generator.",
|
||||
});
|
||||
|
||||
import { renderQRCodeToCanvas } from "@/utils/renderer";
|
||||
import { IMAGE_FORMATS, LOGOS } from "@/utils/settings";
|
||||
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
Reference in New Issue
Block a user