mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-05 10:33:25 +01:00
Merge branch 'master' into a62a8a1
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -25,3 +25,6 @@ logs
|
|||||||
|
|
||||||
# Drizzle
|
# Drizzle
|
||||||
migrations
|
migrations
|
||||||
|
|
||||||
|
# Unlighthouse
|
||||||
|
.unlighthouse
|
||||||
@@ -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. Here’s a big list of all of my favorite stuff.'
|
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({
|
useSeoMeta({
|
||||||
title: 'Things I use | Arthur Danjou',
|
title: 'Things I use',
|
||||||
description
|
description
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -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: {
|
||||||
|
|||||||
@@ -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
2529
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user