Skip to content

Commit 108d3fe

Browse files
committed
fix: move content and server files from archive to root
1 parent fc5bf18 commit 108d3fe

File tree

502 files changed

+122
-950
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

502 files changed

+122
-950
lines changed

README.md

Lines changed: 10 additions & 74 deletions

app/app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default defineAppConfig({
22
ui: {
33
colors: {
4-
primary: 'blue',
4+
primary: 'sky',
55
neutral: 'slate'
66
}
77
}

app/app.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ useHead({
1818
})
1919
2020
useSeoMeta({
21-
titleTemplate: '%s - Nuxt SaaS template',
22-
ogImage: 'https://assets.hub.nuxt.com/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJodHRwczovL3NhYXMtdGVtcGxhdGUubnV4dC5kZXYiLCJpYXQiOjE3Mzk0NjM0NDh9.tgzUQaw6XswUPPVbOXazuWwoTHJODg155CYt1xfzIdM.jpg?theme=light',
23-
twitterImage: 'https://assets.hub.nuxt.com/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJodHRwczovL3NhYXMtdGVtcGxhdGUubnV4dC5kZXYiLCJpYXQiOjE3Mzk0NjM0NDh9.tgzUQaw6XswUPPVbOXazuWwoTHJODg155CYt1xfzIdM.jpg?theme=light',
24-
twitterCard: 'summary_large_image'
21+
titleTemplate: '%s · Alexandre Nédélec',
22+
ogImage: 'https://techwatching.dev/social-card.png',
23+
twitterImage: 'https://techwatching.dev/social-card.png',
24+
twitterCard: 'summary_large_image',
2525
})
2626
2727
const { data: navigation } = await useAsyncData('navigation', () => queryCollectionNavigation('docs'), {

app/types/index.d.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import type { Avatar, Badge, Link } from '#ui/types'
33

44
export interface BlogPost extends ParsedContent {
55
title: string
6+
lead?: string
67
description: string
78
date: string
89
image?: HTMLImageElement
@@ -12,4 +13,13 @@ export interface BlogPost extends ParsedContent {
1213
description?: string
1314
avatar: Avatar
1415
} & Link)[]
16+
canonical?: string
1517
}
18+
19+
export interface Events extends ParsedContent {
20+
name: string
21+
date: string
22+
type: 'online' | 'conference' | 'meetup'
23+
image?: HTMLImageElement
24+
url: string
25+
}

archive/README.md

Lines changed: 0 additions & 17 deletions
This file was deleted.
File renamed without changes.

archive/public/favicon.ico

-15 KB
Binary file not shown.
-2.35 MB
Binary file not shown.
-1.03 MB
Binary file not shown.

0 commit comments

Comments
 (0)