feat(seo): robots.txt and seo metadata

This commit is contained in:
Pihkaal
2024-10-13 01:58:52 +02:00
parent 4f8187b66a
commit 82678be6db
2 changed files with 7 additions and 1 deletions

View File

@@ -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";