We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7c612 commit 417cf27Copy full SHA for 417cf27
1 file changed
_config.yml
@@ -1,7 +1,7 @@
1
-url: "https://expressjs.com"
2
-baseurl: "/"
+url: "https://shubhamoulkar.github.io"
+baseurl: "/expressjs.com"
3
4
-repository: expressjs/expressjs.com
+repository: shubhamoulkar/expressjs.com
5
6
# Site settings
7
@@ -103,8 +103,9 @@ kramdown:
103
syntax_highlighter: rouge
104
105
exclude:
106
- - [uk/CHANGELOG.md]
+ - uk/CHANGELOG.md
107
- vendor/bundle
108
- node_modules/
109
110
-include: [".well-known"]
+include:
111
+ - .well-known
0 commit comments