Skip to content

Commit

Permalink
Fix 404 service (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbastn committed Jun 10, 2021
1 parent 3fa657e commit f81af0d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion services/404/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"default-subdomain": "404",
"subdomain-required": true
},
"records": [
"records": [
{
"type": "CNAME",
"content": "404.al",
Expand Down
17 changes: 17 additions & 0 deletions services/page-not-found/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"config": {
"name": "404",
"label": "404 Not Found Page",
"description": "Will display a 404 not found page with random images or videos along with your domain name",
"category": "infrastructure",
"default-subdomain": "404",
"subdomain-required": true
},
"records": [
{
"type": "CNAME",
"content": "404.al",
"ttl": 3600
}
]
}
Binary file added services/page-not-found/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions services/page-not-found/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[404.al](https://404.al) will display a 404 not found page with random images or videos along with your domain name.

0 comments on commit f81af0d

Please sign in to comment.