File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ export const metadataSEO: Metadata = {
26
26
locale : "en_US"
27
27
} ,
28
28
twitter : {
29
- site : '@thedaviddias'
29
+ card : 'summary_large_image' ,
30
+ creator : '@thedaviddias'
30
31
} ,
31
32
appleWebApp : {
32
33
title : 'UX Patterns for Devs'
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ These design tokens follow the [Design Tokens Format](https://design-tokens.gith
300
300
301
301
### Button Tokens in DTF Format
302
302
303
- ``` json:button.json
303
+ ``` json
304
304
{
305
305
"$schema" : " https://design-tokens.org/schema.json" ,
306
306
"button" : {
Original file line number Diff line number Diff line change @@ -24,8 +24,9 @@ Each pattern in our documentation follows a consistent structure to help you qui
24
24
5 . ** Best Practices** - Guidelines for implementation, including do's and don'ts
25
25
6 . ** Code Examples** - Code examples and technical considerations
26
26
7 . ** SEO** - Search engine optimization considerations and best practices
27
- 8 . ** Testing** - Guidelines for unit, integration, and accessibility testing
28
- 9 . ** Resources** - Additional documentation, articles, libraries...
27
+ 8 . ** Browser Support** - Information on browser support for the pattern
28
+ 9 . ** Testing** - Guidelines for unit, integration, and accessibility testing
29
+ 10 . ** Resources** - Additional documentation, articles, libraries...
29
30
30
31
## Getting Started
31
32
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ export { middleware } from 'nextra/locales'
3
3
export const config = {
4
4
// Matcher ignoring `/_next/` and `/api/`
5
5
matcher : [
6
- '/((?!api|_next/static|_next/image|favicon.ico|opengraph-image.png|sitemap.xml|apple-icon.png|manifest|_pagefind).*)'
6
+ '/((?!api|_next/static|_next/image|favicon.ico|opengraph-image.png|twitter-image.png| sitemap.xml|apple-icon.png|manifest|_pagefind).*)'
7
7
]
8
8
}
You can’t perform that action at this time.
0 commit comments