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 # Drizzle
migrations migrations
# Unlighthouse
.unlighthouse

View File

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

View File

@@ -1,4 +1,3 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({ export default defineNuxtConfig({
future: { compatibilityVersion: 4 }, future: { compatibilityVersion: 4 },
@@ -23,7 +22,6 @@ export default defineNuxtConfig({
'@nuxtjs/google-fonts', '@nuxtjs/google-fonts',
'@nuxthq/studio', '@nuxthq/studio',
'@nuxt/image' '@nuxt/image'
],
// Nuxt Hub // Nuxt Hub
hub: { hub: {

View File

@@ -20,6 +20,7 @@
"@nuxthq/studio": "^2.0.3", "@nuxthq/studio": "^2.0.3",
"@nuxthub/core": "^0.7.0", "@nuxthub/core": "^0.7.0",
"@nuxtjs/google-fonts": "^3.2.0", "@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/seo": "2.0.0-rc.11",
"drizzle-orm": "^0.31.2", "drizzle-orm": "^0.31.2",
"h3-zod": "^0.5.3", "h3-zod": "^0.5.3",
"nuxt": "^3.12.2", "nuxt": "^3.12.2",

2529
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff