Skip to content

Commit 836adf4

Browse files
zackkatzclaude
andcommitted
chore: Change domain to www.gravitykit.dev
Update site URL, CNAME, and robots.txt to use www subdomain. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ae7905d commit 836adf4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const config = {
4343
favicon: 'img/favicon-192.png',
4444

4545
// Set the production url of your site here
46-
url: 'https://gravitykit.dev',
46+
url: 'https://www.gravitykit.dev',
4747
// Set the /<baseUrl>/ pathname under which your site is served
4848
baseUrl: '/',
4949

static/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
gravitykit.dev
1+
www.gravitykit.dev

static/robots.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Robots.txt for GravityKit Developer Documentation
2-
# https://gravitykit.dev
2+
# https://www.gravitykit.dev
33

44
User-agent: *
55
Allow: /
66

77
# Sitemap location
8-
Sitemap: https://gravitykit.dev/sitemap.xml
8+
Sitemap: https://www.gravitykit.dev/sitemap.xml
99

1010
# Disallow build artifacts and internal paths
1111
Disallow: /assets/js/*.js.map

0 commit comments

Comments
 (0)