You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update URLs and metadata for dStruct domain transition
- Changed all instances of the domain from `dstruct.app` to `dstruct.pro` in the README, sitemap, and meta tags.
- Updated the canonical link in the index page and added a canonical URL in the playground page for SEO optimization.
- Enhanced the sitemap generation to reflect the new domain and included last modified dates for better indexing.
- Adjusted the web manifest to include the correct app name and short name.
Copy file name to clipboardExpand all lines: src/pages/_document.tsx
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -25,29 +25,36 @@ function Document({ emotionStyleTags }: MyDocumentProps) {
25
25
content="dStruct is a web app that helps you understand LeetCode problems. It allows you to visualize your solutions that you write in a built-in code editor."
content="dStruct is a web app that helps you understand LeetCode problems. It allows you to visualize your solutions that you write in a built-in code editor."
content="dStruct is a web app that helps you understand LeetCode problems. It allows you to visualize your solutions that you write in a built-in code editor."
0 commit comments