File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ export const rssConfig = defineConfig({
30
30
buildEnd : async ( config : SiteConfig ) => {
31
31
const feed = new Feed ( {
32
32
title : "The Oxidation Compiler Blog" ,
33
- id : "https://oxc-project.github.io " ,
34
- link : "https://oxc-project.github.io " ,
33
+ id : "https://oxc.rs " ,
34
+ link : "https://oxc.rs " ,
35
35
language : "en" ,
36
36
favicon : "https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/logo-round-min.png" ,
37
37
copyright : sharedConfig . themeConfig ! . footer ! . copyright ! ,
@@ -53,8 +53,8 @@ export const rssConfig = defineConfig({
53
53
54
54
feed . addItem ( {
55
55
title : frontmatter . title ,
56
- id : `https://oxc-project.github.io ${ url . replace ( / \. h t m l $ / , "" ) } ` ,
57
- link : `https://oxc-project.github.io ${ url . replace ( / \. h t m l $ / , "" ) } ` ,
56
+ id : `https://oxc.rs ${ url . replace ( / \. h t m l $ / , "" ) } ` ,
57
+ link : `https://oxc.rs ${ url . replace ( / \. h t m l $ / , "" ) } ` ,
58
58
description : excerpt ,
59
59
content : html ,
60
60
author : ( frontmatter . authors as string [ ] ) . map < Author > ( ( id ) => {
Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ const head: HeadConfig[] = [
32
32
} ,
33
33
] ,
34
34
// Google Analytics
35
- [ "script" , { async : "" , src : "https://www.googletagmanager.com/gtag/js?id=G-X7WQ091KL7 " } ] ,
35
+ [ "script" , { async : "" , src : "https://www.googletagmanager.com/gtag/js?id=G-Q1FN9GDBXP " } ] ,
36
36
[
37
37
"script" ,
38
38
{ } ,
39
39
`window.dataLayer = window.dataLayer || [];
40
40
function gtag(){dataLayer.push(arguments);}
41
41
gtag('js', new Date());
42
- gtag('config', 'G-X7WQ091KL7 ');` ,
42
+ gtag('config', 'G-Q1FN9GDBXP ');` ,
43
43
] ,
44
44
[ "link" , { rel : "canonical" , href : 'href="https://oxc.rs"' } ] ,
45
45
] ;
Original file line number Diff line number Diff line change 2
2
3
3
# Oxc Website
4
4
5
- Link: [ oxc-project.github.io] ( https://oxc-project.github.io )
5
+ - GitHub Pages: [ oxc-project.github.io] ( https://oxc-project.github.io )
6
+ - Netlify: [ oxc.rs] ( https://oxc.rs )
6
7
7
8
### Contributing
8
9
You can’t perform that action at this time.
0 commit comments