Skip to content

Commit

Permalink
[docs] Fix 301 link to design asset
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 14, 2024
1 parent 2f6d23a commit e2a4d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const templates = [
author: authors.MUI,
design: {
name: 'Frames X',
link: 'https://framesxdesign.com/product',
link: 'https://framesxdesign.com/',
},
},
];
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/parseMarkdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,12 @@ const noSEOadvantage = [
'https://heroicons.com/',
'https://react-icons.github.io/',
'https://fontawesome.com/',
'https://www.radix-ui.com/',
'https://react-spectrum.adobe.com/',
'https://headlessui.com/',
'https://refine.dev/',
'https://scaffoldhub.io/',
'https://marmelab.com/',
'https://framesxdesign.com/',
];

/**
Expand Down

0 comments on commit e2a4d73

Please sign in to comment.