Skip to content

Commit 5587ecb

Browse files
fix: revert custom domain to restore javaamazonas.github.io
Merging the CNAME (javaamazonas.com.br) activated GitHub Pages' automatic redirect from javaamazonas.github.io to the custom domain, but DNS at the registrar isn't propagated yet, so the site is currently unreachable. Reverting src/CNAME and the angular.json assets entry restores the site on the default github.io domain. Re-add once DNS is confirmed resolving to GitHub Pages' IPs.
1 parent 131f329 commit 5587ecb

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"browser": "src/main.ts",
1919
"polyfills": ["zone.js"],
2020
"tsConfig": "tsconfig.app.json",
21-
"assets": ["src/favicon.ico", "src/CNAME", "src/assets"],
21+
"assets": ["src/favicon.ico", "src/assets"],
2222
"styles": [
2323
"src/styles.css"
2424
],

src/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)