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
Complete migration to root domain - remove all /ThomasJButler references
BREAKING CHANGE: Site now deploys to https://thomasjbutler.github.io/ instead of /ThomasJButler subdirectory
Changes made:
- Update Router configuration: Remove basename="/ThomasJButler"
- Update Vite config: Set base path to "/" and fix all middleware paths
- Update package.json: Change homepage to root domain
- Fix all HTML files: Update redirects and meta tags
- Update manifest.json: Fix start_url, scope, and icon paths
- Fix component paths: Update logo references in Header
- Fix blog loader: Remove production subdirectory path
- Add Contact Me badge to README
This requires the GitHub repository to be renamed to thomasjbutler.github.io
<metaname="description" content="Thomas J Butler - Full-Stack Developer specializing in React, TypeScript, AI integration, and neurodiversity applications. Liverpool-based tech innovator with expertise in modern web development.">
<metaproperty="og:description" content="Explore the portfolio of Thomas J Butler, a Liverpool-based full-stack developer specializing in React, TypeScript, and AI integration.">
<metaname="twitter:description" content="Liverpool-based full-stack developer specializing in React, TypeScript, and AI integration. View my projects and expertise.">
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
"name": "thomasjbutler",
22
22
"description": "Hi there! I'm Tom, an aspiring full-stack web developer passionate about exploring the depths of technology. \r My journey spans from web development to exciting areas like networking, database analysis, indie game development, and creating engaging creations with AI. \r I aim to blend insatiable curiosity with practical skills, delving into everything from creating engaging websites to understanding AI principles and game design. \r Join me as I explore the nuts and bolts of technology, hoping to push the boundaries of whats possible in web development and beyond.",
0 commit comments