Skip to content

Commit e1d69d2

Browse files
committed
chore(site): point astro site at gettechapi.github.io after org transfer
Repo moved Seungpyo1007/TechAPI -> GetTechAPI/TechAPI, so the Pages origin is now gettechapi.github.io. base (/TechAPI) is unchanged since the repo name is the same. Fixes canonical/sitemap absolute URLs (page loads were already fine because asset paths use BASE_URL).
1 parent a9bcb28 commit e1d69d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import { defineConfig } from 'astro/config';
33
// GitHub Pages project site. Data dump (v1/, openapi.json) is copied alongside
44
// the built site in CI, so internal links use import.meta.env.BASE_URL.
55
export default defineConfig({
6-
site: 'https://seungpyo1007.github.io',
6+
site: 'https://gettechapi.github.io',
77
base: '/TechAPI',
88
});

0 commit comments

Comments
 (0)