Fix: Update outdated domain #8
Open
mosahel01 wants to merge 5 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates project metadata and SEO/deployment URLs to reflect the new GitHub Pages/repository owner (zainphp) instead of dominosaurs.
Changes:
- Updated sitemap and robots sitemap URL to the new GitHub Pages domain
- Updated
package.jsonmetadata (homepage,bugs,repository) to point to the new repository - Updated
index.htmlcanonical/OpenGraph/Twitter URLs and README “Live app”/usage links
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| public/sitemap.xml | Updates the <loc> to the new GitHub Pages URL for search engines. |
| public/robots.txt | Updates the Sitemap: directive to the new GitHub Pages sitemap URL. |
| package.json | Updates repository/homepage/bugs metadata URLs to the new GitHub repo/Pages location. |
| index.html | Updates canonical + OG/Twitter meta tags and asset URLs to the new GitHub Pages base. |
| README.md | Updates documentation links to the new live app URL. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+5
to
+6
| <link rel="canonical" href="https://zainphp.github.io/sql-converter/" /> | ||
| <link rel="icon" type="image/svg+xml" href="https://zainphp.github.io/sql-converter/favicon.svg" /> |
| <meta name="theme-color" content="#102820" /> | ||
| <meta property="og:type" content="website" /> | ||
| <meta property="og:url" content="https://dominosaurs.github.io/sql-converter/" /> | ||
| <meta property="og:url" content="https://zainphp.github.io/sql-converter/" /> |
| /> | ||
| <meta property="og:site_name" content="SQL Converter" /> | ||
| <meta property="og:image" content="https://dominosaurs.github.io/sql-converter/og-image.svg" /> | ||
| <meta property="og:image" content="https://zainphp.github.io/sql-converter/og-image.svg" /> |
| content="A browser-based SQL dump converter focused on MariaDB/MySQL to SQLite migration." | ||
| /> | ||
| <meta name="twitter:image" content="https://dominosaurs.github.io/sql-converter/og-image.svg" /> | ||
| <meta name="twitter:image" content="https://zainphp.github.io/sql-converter/og-image.svg" /> |
| "@type": "WebApplication", | ||
| "name": "SQL Converter", | ||
| "url": "https://dominosaurs.github.io/sql-converter/", | ||
| "url": "https://zainphp.github.io/sql-converter/", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated the outdated domain and repository references across the project to point to the new domain zainphp