Skip to content

Commit 32c46e3

Browse files
committed
chore: update domain
closes #127
1 parent 12ffef3 commit 32c46e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
AST Explorer - A web tool to explore the ASTs generated by parsers.
44

5-
- Stable Release: [ast.sxzz.dev](https://ast.sxzz.dev/)
6-
- Dev Channel: [ast-explorer.vercel.app](https://ast-explorer.vercel.app/)
5+
- Stable Release: [ast-explorer.dev](https://ast-explorer.dev/)
6+
- Dev Channel: [dev.ast-explorer.dev](https://dev.ast-explorer.dev/)
77

88
Feel free to add more languages and parsers via PR!
99

@@ -76,7 +76,7 @@ const serialized = utoa(
7676
o: optionsString,
7777
}),
7878
)
79-
const url = `https://ast.sxzz.dev/#${serialized}`
79+
const url = `https://ast-explorer.dev/#${serialized}`
8080

8181
// no compress
8282
function utoa(data: string): string {

app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script setup lang="ts">
22
const title = 'AST Explorer'
33
const desc = 'A web tool to explore the ASTs generated by parsers.'
4-
const url = 'https://ast.sxzz.dev/'
4+
const url = 'https://ast-explorer.dev/'
55
66
const ogImage = {
77
url: '/og.png',

0 commit comments

Comments
 (0)