Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add nuxt nation slides #1479

Merged
merged 2 commits into from
Nov 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion app/data/talks.json
Original file line number Diff line number Diff line change
Expand Up @@ -907,13 +907,18 @@
"type": "conference",
"video": "https://youtu.be/uHln79_SQjs",
"slug": "2024-10-03-vite-conf",
"group": "magical-fonts",
"title": "Magically optimising your fonts",
"source": "ViteConf",
"release": "2024-10-03-viteconf",
"date": "2024-10-03T00:00:00.000Z",
"description": "This talk explores web font optimisation challenges and solutions, covering the impact of web fonts on Core Web Vitals and common implementation approaches. I introduce two new open source tools, fontaine and unifont, as well as demonstrating how we're able to build on top of them with Nuxt Fonts to create a streamlined, privacy-focused approach to web font implementation.",
"tags": [
"web vitals",
"fonts"
"fonts",
"vue",
"nuxt",
"performance"
]
},
{
Expand All @@ -940,5 +945,22 @@
"nuxt"
],
"release": "2024-10-16-vuejs-in"
},
{
"slug": "2024-11-12-nuxt-nation",
"release": "2024-11-12-nuxt-nation",
"title": "Magically optimising your fonts",
"description": "This talk explores web font optimisation challenges and solutions, covering the impact of web fonts on Core Web Vitals and common implementation approaches. I introduce two new open source tools, fontaine and unifont, as well as demonstrating how we're able to build on top of them with Nuxt Fonts to create a streamlined, privacy-focused approach to web font implementation.",
"source": "Nuxt Nation",
"date": "2024-11-12T19:10:00.000Z",
"type": "conference",
"group": "magical-fonts",
"tags": [
"vue",
"nuxt",
"performance",
"fonts",
"web vitals"
]
}
]
Loading