File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
AST Explorer - A web tool to explore the ASTs generated by parsers.
4
4
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 / )
7
7
8
8
Feel free to add more languages and parsers via PR!
9
9
@@ -76,7 +76,7 @@ const serialized = utoa(
76
76
o: optionsString ,
77
77
}),
78
78
)
79
- const url = ` https://ast.sxzz .dev/#${serialized } `
79
+ const url = ` https://ast-explorer .dev/#${serialized } `
80
80
81
81
// no compress
82
82
function utoa(data : string ): string {
Original file line number Diff line number Diff line change 1
1
<script setup lang="ts">
2
2
const title = ' AST Explorer'
3
3
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/'
5
5
6
6
const ogImage = {
7
7
url: ' /og.png' ,
You can’t perform that action at this time.
0 commit comments