Skip to content

Fix: Update outdated domain #8

Open
mosahel01 wants to merge 5 commits into
zainphp:mainfrom
mosahel01:update-domain-name
Open

Fix: Update outdated domain #8
mosahel01 wants to merge 5 commits into
zainphp:mainfrom
mosahel01:update-domain-name

Conversation

@mosahel01

Copy link
Copy Markdown

Updated the outdated domain and repository references across the project to point to the new domain zainphp

Copilot AI review requested due to automatic review settings June 10, 2026 09:43

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.json metadata (homepage, bugs, repository) to point to the new repository
  • Updated index.html canonical/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 thread index.html
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" />
Comment thread index.html
<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/" />
Comment thread index.html
/>
<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" />
Comment thread index.html
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" />
Comment thread index.html
"@type": "WebApplication",
"name": "SQL Converter",
"url": "https://dominosaurs.github.io/sql-converter/",
"url": "https://zainphp.github.io/sql-converter/",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants