feat: add Result component for displaying history items with dynamic content rendering

This commit is contained in:
PandaDEV 2025-03-15 00:03:56 +01:00
parent 7b624bd352
commit 180664c0fd
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
3 changed files with 151 additions and 7 deletions

View file

@ -3,6 +3,13 @@ export default defineNuxtConfig({
devtools: { enabled: false },
compatibilityDate: "2024-07-04",
ssr: false,
app: {
head: {
charset: "utf-8",
viewport:
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0",
},
},
vite: {
css: {
preprocessorOptions: {