Skip to content

Commit 3fdf9e9

Browse files
Changed the website domain name
1 parent e9aa271 commit 3fdf9e9

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
JSDevTools.org
1+
JS Dev Tools Website
22
==========================
33
> This is the code for our [GitHub Pages](https://pages.github.com/) site. It's accessible at the following URLs:
44
5-
* https://jsdevtools.org
5+
* https://jstools.dev
66
* https://js-devtools.github.io

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
remote_theme: JS-DevTools/gh-pages-theme
22

33
title: JavaScript Dev Tools
4-
logo: https://jsdevtools.org/img/logos/logo.png
4+
logo: https://jstools.dev/img/logos/logo.png
55

66
author:
77
twitter: JS_DevTools
@@ -16,4 +16,4 @@ defaults:
1616
- scope:
1717
path: ""
1818
values:
19-
image: https://jsdevtools.org/img/logos/card.png
19+
image: https://jstools.dev/img/logos/card.png

robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# www.robotstxt.org/
2-
Sitemap: https://jsdevtools.org/sitemap.txt
2+
Sitemap: https://jstools.dev/sitemap.txt
33

44
# Allow crawling of all content
55
User-agent: *

sitemap.txt

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
https://jsdevtools.org/ono/
2-
https://jsdevtools.org/static-mock-data/
3-
https://jsdevtools.org/globify/
4-
https://jsdevtools.org/simplifyify/
5-
https://jsdevtools.org/sourcemapify/
6-
https://jsdevtools.org/readdir-enhanced/
7-
https://jsdevtools.org/eslint-config-modular/
8-
https://jsdevtools.org/tslint-modular/
9-
https://jsdevtools.org/browserify-banner/
10-
https://jsdevtools.org/version-bump-prompt/
11-
https://jsdevtools.org/karma-config/
12-
https://jsdevtools.org/host-environment/
13-
https://jsdevtools.org/karma-host-environment/
14-
https://jsdevtools.org/ez-spawn/
15-
https://jsdevtools.org/chai-exec/
16-
https://jsdevtools.org/file-path-filter/
17-
https://jsdevtools.org/rehype-inline-svg/
18-
https://jsdevtools.org/rehype-toc/
19-
https://jsdevtools.org/coverage-istanbul-loader/
20-
https://jsdevtools.org/template-node-typescript/
1+
https://jstools.dev/ono/
2+
https://jstools.dev/static-mock-data/
3+
https://jstools.dev/globify/
4+
https://jstools.dev/simplifyify/
5+
https://jstools.dev/sourcemapify/
6+
https://jstools.dev/readdir-enhanced/
7+
https://jstools.dev/eslint-config-modular/
8+
https://jstools.dev/tslint-modular/
9+
https://jstools.dev/browserify-banner/
10+
https://jstools.dev/version-bump-prompt/
11+
https://jstools.dev/karma-config/
12+
https://jstools.dev/host-environment/
13+
https://jstools.dev/karma-host-environment/
14+
https://jstools.dev/ez-spawn/
15+
https://jstools.dev/chai-exec/
16+
https://jstools.dev/file-path-filter/
17+
https://jstools.dev/rehype-inline-svg/
18+
https://jstools.dev/rehype-toc/
19+
https://jstools.dev/coverage-istanbul-loader/
20+
https://jstools.dev/template-node-typescript/

0 commit comments

Comments
 (0)