Merge branch 'master' into a62a8a1

This commit is contained in:
2024-07-01 13:06:58 +02:00
committed by GitHub
5 changed files with 2474 additions and 63 deletions

3
.gitignore vendored
View File

@@ -25,3 +25,6 @@ logs
# Drizzle
migrations
# Unlighthouse
.unlighthouse

View File

@@ -1,7 +1,7 @@
<script setup lang="ts">
const description = 'Software I use, gadgets I love, and other things I recommend. Heres a big list of all of my favorite stuff.'
useSeoMeta({
title: 'Things I use | Arthur Danjou',
title: 'Things I use',
description
})

View File

@@ -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: {

View File

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

File diff suppressed because it is too large Load Diff