mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 20:59:57 +01:00
Merge branch 'master' into a62a8a1
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -25,3 +25,6 @@ logs
|
||||
|
||||
# Drizzle
|
||||
migrations
|
||||
|
||||
# Unlighthouse
|
||||
.unlighthouse
|
||||
@@ -1,7 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
const description = 'Software I use, gadgets I love, and other things I recommend. Here’s a big list of all of my favorite stuff.'
|
||||
useSeoMeta({
|
||||
title: 'Things I use | Arthur Danjou',
|
||||
title: 'Things I use',
|
||||
description
|
||||
})
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
future: { compatibilityVersion: 4 },
|
||||
|
||||
@@ -23,7 +22,6 @@ export default defineNuxtConfig({
|
||||
'@nuxtjs/google-fonts',
|
||||
'@nuxthq/studio',
|
||||
'@nuxt/image'
|
||||
],
|
||||
|
||||
// Nuxt Hub
|
||||
hub: {
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
"@nuxthq/studio": "^2.0.3",
|
||||
"@nuxthub/core": "^0.7.0",
|
||||
"@nuxtjs/google-fonts": "^3.2.0",
|
||||
"@nuxtjs/seo": "2.0.0-rc.11",
|
||||
"drizzle-orm": "^0.31.2",
|
||||
"h3-zod": "^0.5.3",
|
||||
"nuxt": "^3.12.2",
|
||||
|
||||
2529
pnpm-lock.yaml
generated
2529
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user