mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-12 19:12:18 +00:00
unalias 404
This commit is contained in:
parent
c40f37d1d5
commit
931281c591
2 changed files with 1 additions and 2 deletions
2
.github/workflows/deploy-to-neocities.yml
vendored
2
.github/workflows/deploy-to-neocities.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
run: hugo --minify
|
||||
- name: Insert 404 page
|
||||
run: |
|
||||
cp public/not_found/index.html public/not_found.html
|
||||
cp public/404/index.html public/not_found.html
|
||||
- name: Highlight with Torchlight
|
||||
run: |
|
||||
npm i @torchlight-api/torchlight-cli
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
+++
|
||||
title = "404'd!"
|
||||
aliases = ["not_found"]
|
||||
noindex = true
|
||||
timeless = true
|
||||
comments = true
|
||||
|
|
Loading…
Reference in a new issue