@@ -10,16 +10,16 @@ export default defineConfig({
10
10
lastUpdated : true ,
11
11
description : "Ts.ED Logger is multi-channel logger compatible with Node.js, Bun.js and browser environment" ,
12
12
sitemap : {
13
- hostname : "https://logger.tsed.io "
13
+ hostname : "https://logger.tsed.dev "
14
14
} ,
15
15
16
16
head : [
17
17
// ['link', { rel: 'icon', type: 'image/svg+xml', href: '/tsed.svg' }],
18
- [ "link" , { rel : "icon" , type : "image/png" , href : "https://tsed.io /tsed-og.png" } ] ,
18
+ [ "link" , { rel : "icon" , type : "image/png" , href : "https://tsed.dev /tsed-og.png" } ] ,
19
19
[ "link" , { rel : "shortcut icon" , href : "/favicon.ico" , type : "image/x-icon" } ] ,
20
- [ "link" , { rel : "icon" , href : "https://tsed.io /favicon-32x32.png" , type : "image/png" , sizes : "32x32" } ] ,
21
- [ "link" , { rel : "icon" , href : "https://tsed.io /favicon-16x16.png" , type : "image/png" , sizes : "16x16" } ] ,
22
- [ "link" , { rel : "icon" , href : "https://tsed.io /apple-touch-icon.png" , type : "image/x-icon" , sizes : "180x180" } ] ,
20
+ [ "link" , { rel : "icon" , href : "https://tsed.dev /favicon-32x32.png" , type : "image/png" , sizes : "32x32" } ] ,
21
+ [ "link" , { rel : "icon" , href : "https://tsed.dev /favicon-16x16.png" , type : "image/png" , sizes : "16x16" } ] ,
22
+ [ "link" , { rel : "icon" , href : "https://tsed.dev /apple-touch-icon.png" , type : "image/x-icon" , sizes : "180x180" } ] ,
23
23
[ "meta" , { name : "theme-color" , content : "#5f67ee" } ] ,
24
24
[ "meta" , { property : "og:type" , content : "website" } ] ,
25
25
[ "meta" , { property : "og:locale" , content : "en" } ] ,
@@ -30,14 +30,14 @@ export default defineConfig({
30
30
] ,
31
31
32
32
themeConfig : {
33
- logo : "https://tsed.io /tsed.svg" ,
33
+ logo : "https://tsed.dev /tsed.svg" ,
34
34
siteTitle : false ,
35
35
apiUrl : "/api.json" ,
36
36
apiRedirectUrl : "" ,
37
37
repo : "tsedio/logger" ,
38
38
team,
39
- githubProxyUrl : "https://api.tsed.io /rest/github/tsedio/tsed" ,
40
- stargazerUrl : "https://api.tsed.io /rest/github/tsedio/logger" ,
39
+ githubProxyUrl : "https://api.tsed.dev /rest/github/tsedio/tsed" ,
40
+ stargazerUrl : "https://api.tsed.dev /rest/github/tsedio/logger" ,
41
41
defaultStargazerValue : 64 ,
42
42
editLink : {
43
43
pattern : "https://github.com/tsedio/logger/edit/production/docs/:path"
@@ -225,7 +225,7 @@ export default defineConfig({
225
225
} ,
226
226
socialLinks : [
227
227
{ icon : "github" , link : "https://github.com/tsedio/logger" } ,
228
- { icon : "slack" , link : "https://slack.tsed.io " } ,
228
+ { icon : "slack" , link : "https://slack.tsed.dev " } ,
229
229
{ icon : "twitter" , link : "https://x.com/TsED_io" }
230
230
// { icon: '', link: 'https://stackoverflow.com/search?q=tsed' },
231
231
] ,
0 commit comments