unalias 404

This commit is contained in:
John Bowdre 2024-01-21 17:41:20 -06:00
parent c40f37d1d5
commit 931281c591
2 changed files with 1 additions and 2 deletions

View file

@ -33,7 +33,7 @@ jobs:
run: hugo --minify run: hugo --minify
- name: Insert 404 page - name: Insert 404 page
run: | run: |
cp public/not_found/index.html public/not_found.html cp public/404/index.html public/not_found.html
- name: Highlight with Torchlight - name: Highlight with Torchlight
run: | run: |
npm i @torchlight-api/torchlight-cli npm i @torchlight-api/torchlight-cli

View file

@ -1,6 +1,5 @@
+++ +++
title = "404'd!" title = "404'd!"
aliases = ["not_found"]
noindex = true noindex = true
timeless = true timeless = true
comments = true comments = true