Skip to content

Commit

Permalink
chore: add CNAME record for custom JS.org domain
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterBrown committed Dec 6, 2023
1 parent 773e52c commit 5082037
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import tailwind from "@astrojs/tailwind";

// https://astro.build/config
export default defineConfig({
site: 'https://ecmatc53.github.io/',
base: '/docs',
site: 'https://embedded.js.org/',
integrations: [starlight({
title: 'ECMA-419 Docs',
social: {
Expand Down
1 change: 1 addition & 0 deletions public/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
embedded.js.org
2 changes: 1 addition & 1 deletion src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hero:
file: ../../assets/houston.webp
actions:
- text: API Overview
link: /docs/api
link: /api
icon: right-arrow
variant: primary
- text: Read about TC53
Expand Down

0 comments on commit 5082037

Please sign in to comment.