Skip to content

Commit f181473

Browse files
committed
fix: replace tsed.io by tsed.dev
1 parent a1e50d0 commit f181473

File tree

17 files changed

+31
-31
lines changed

17 files changed

+31
-31
lines changed

docs/.vitepress/config.mts

+9-9
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ export default defineConfig({
1010
lastUpdated: true,
1111
description: "Ts.ED Logger is multi-channel logger compatible with Node.js, Bun.js and browser environment",
1212
sitemap: {
13-
hostname: "https://logger.tsed.io"
13+
hostname: "https://logger.tsed.dev"
1414
},
1515

1616
head: [
1717
// ['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"}],
1919
["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"}],
2323
["meta", {name: "theme-color", content: "#5f67ee"}],
2424
["meta", {property: "og:type", content: "website"}],
2525
["meta", {property: "og:locale", content: "en"}],
@@ -30,14 +30,14 @@ export default defineConfig({
3030
],
3131

3232
themeConfig: {
33-
logo: "https://tsed.io/tsed.svg",
33+
logo: "https://tsed.dev/tsed.svg",
3434
siteTitle: false,
3535
apiUrl: "/api.json",
3636
apiRedirectUrl: "",
3737
repo: "tsedio/logger",
3838
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",
4141
defaultStargazerValue: 64,
4242
editLink: {
4343
pattern: "https://github.com/tsedio/logger/edit/production/docs/:path"
@@ -225,7 +225,7 @@ export default defineConfig({
225225
},
226226
socialLinks: [
227227
{icon: "github", link: "https://github.com/tsedio/logger"},
228-
{icon: "slack", link: "https://slack.tsed.io"},
228+
{icon: "slack", link: "https://slack.tsed.dev"},
229229
{icon: "twitter", link: "https://x.com/TsED_io"}
230230
// { icon: '', link: 'https://stackoverflow.com/search?q=tsed' },
231231
],

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"docs:preview": "vitepress preview ."
99
},
1010
"dependencies": {
11-
"@tsed/vitepress-theme": "1.5.0",
11+
"@tsed/vitepress-theme": "1.5.4",
1212
"@vueuse/core": "10.11.0",
1313
"axios": "1.7.7",
1414
"lodash": "4.17.21",

docs/yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ __metadata:
734734
version: 0.0.0-use.local
735735
resolution: "@tsed/docs-new@workspace:."
736736
dependencies:
737-
"@tsed/vitepress-theme": "npm:1.5.0"
737+
"@tsed/vitepress-theme": "npm:1.5.4"
738738
"@vueuse/core": "npm:10.11.0"
739739
autoprefixer: "npm:^10.4.19"
740740
axios: "npm:1.7.7"
@@ -746,14 +746,14 @@ __metadata:
746746
languageName: unknown
747747
linkType: soft
748748

749-
"@tsed/vitepress-theme@npm:1.5.0":
750-
version: 1.5.0
751-
resolution: "@tsed/vitepress-theme@npm:1.5.0"
749+
"@tsed/vitepress-theme@npm:1.5.4":
750+
version: 1.5.4
751+
resolution: "@tsed/vitepress-theme@npm:1.5.4"
752752
dependencies:
753753
"@vueuse/core": "npm:10.11.0"
754754
axios: "npm:1.7.7"
755755
lucide-vue-next: "npm:^0.436.0"
756-
checksum: 10/4da8de928500c092c81a38df0118537a54f2e66874383ebef77aa2eac6a951cca48bc7c3476502acb6550dd72ad16a8dd0e0a455ac13568a66be981ce95b1fce
756+
checksum: 10/7ae318c9846bd6de5b6e9ec14204607b21b11f2f9faee9c8521557ea161e28b326b45252c21b5695581792d29030b63e8fa79b5a0e46ec5539cbc098f63ae547
757757
languageName: node
758758
linkType: hard
759759

packages/connect/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Known Vulnerabilities](https://snyk.io/test/github/tsedio/logger/badge.svg)](https://snyk.io/test/github/tsedio/ts-express-decorators)
1111

1212
<p style="text-align: center" align="center">
13-
<a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
13+
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
1414
</p>
1515

1616
A package of Ts.ED logger framework.

packages/file/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Known Vulnerabilities](https://snyk.io/test/github/tsedio/logger/badge.svg)](https://snyk.io/test/github/tsedio/ts-express-decorators)
1111

1212
<p style="text-align: center" align="center">
13-
<a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
13+
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
1414
</p>
1515

1616
A package of Ts.ED logger framework.

packages/insight/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Known Vulnerabilities](https://snyk.io/test/github/tsedio/logger/badge.svg)](https://snyk.io/test/github/tsedio/ts-express-decorators)
1111

1212
<p style="text-align: center" align="center">
13-
<a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
13+
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
1414
</p>
1515

1616
A package of Ts.ED logger framework.

packages/logentries/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Known Vulnerabilities](https://snyk.io/test/github/tsedio/logger/badge.svg)](https://snyk.io/test/github/tsedio/ts-express-decorators)
1111

1212
<p style="text-align: center" align="center">
13-
<a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
13+
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
1414
</p>
1515

1616
A package of Ts.ED logger framework.

packages/logger/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Known Vulnerabilities](https://snyk.io/test/github/tsedio/logger/badge.svg)](https://snyk.io/test/github/tsedio/ts-express-decorators)
1111

1212
<p style="text-align: center" align="center">
13-
<a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
13+
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
1414
</p>
1515

1616
A multi channel logger written in TypeScript.

packages/loggly/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Known Vulnerabilities](https://snyk.io/test/github/tsedio/logger/badge.svg)](https://snyk.io/test/github/tsedio/ts-express-decorators)
1111

1212
<p style="text-align: center" align="center">
13-
<a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
13+
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
1414
</p>
1515

1616
A package of Ts.ED logger framework.

packages/logstash-http/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Known Vulnerabilities](https://snyk.io/test/github/tsedio/logger/badge.svg)](https://snyk.io/test/github/tsedio/ts-express-decorators)
1111

1212
<p style="text-align: center" align="center">
13-
<a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
13+
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
1414
</p>
1515

1616
A package of Ts.ED logger framework.

packages/logstash-udp/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Known Vulnerabilities](https://snyk.io/test/github/tsedio/logger/badge.svg)](https://snyk.io/test/github/tsedio/ts-express-decorators)
1111

1212
<p style="text-align: center" align="center">
13-
<a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
13+
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
1414
</p>
1515

1616
A package of Ts.ED logger framework.

packages/rabbitmq/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Known Vulnerabilities](https://snyk.io/test/github/tsedio/logger/badge.svg)](https://snyk.io/test/github/tsedio/ts-express-decorators)
1111

1212
<p style="text-align: center" align="center">
13-
<a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
13+
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
1414
</p>
1515

1616
<div align="center">

packages/seq/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Known Vulnerabilities](https://snyk.io/test/github/tsedio/logger/badge.svg)](https://snyk.io/test/github/tsedio/ts-express-decorators)
1111

1212
<p style="text-align: center" align="center">
13-
<a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
13+
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
1414
</p>
1515

1616
<div align="center">
@@ -19,7 +19,7 @@
1919
</a>
2020
</div>
2121

22-
A package of Ts.ED logger framework. See website: https://tsed.io/tutorials/seq
22+
A package of Ts.ED logger framework. See website: https://tsed.dev/tutorials/seq
2323

2424
## Features
2525

packages/slack/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Known Vulnerabilities](https://snyk.io/test/github/tsedio/logger/badge.svg)](https://snyk.io/test/github/tsedio/ts-express-decorators)
1111

1212
<p style="text-align: center" align="center">
13-
<a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
13+
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
1414
</p>
1515

1616
A package of Ts.ED logger framework.

packages/smtp/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Known Vulnerabilities](https://snyk.io/test/github/tsedio/logger/badge.svg)](https://snyk.io/test/github/tsedio/ts-express-decorators)
1111

1212
<p style="text-align: center" align="center">
13-
<a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
13+
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
1414
</p>
1515

1616
A package of Ts.ED logger framework.

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p style="text-align: center" align="center">
2-
<a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
2+
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
33
</p>
44

55
<div align="center">
@@ -21,7 +21,7 @@
2121
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
2222
<a href="https://logger.tsed.dev/introduction/getting-started.html">Getting started</a>
2323
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
24-
<a href="https://api.tsed.io/rest/slack/tsedio/tsed">Slack</a>
24+
<a href="https://slack.tsed.dev">Slack</a>
2525
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
2626
<a href="https://twitter.com/TsED_io">Twitter</a>
2727
</div>

team.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"src": "https://avatars3.githubusercontent.com/u/1763311?v=4",
66
"github": "Romakita",
77
"twitter": "RomainLenzotti",
8-
"website": "https://tsed.io",
8+
"website": "https://tsed.dev",
99
"country": "France",
1010
"city": "Paris",
1111
"role": "Framework Author"

0 commit comments

Comments
 (0)