mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Rename hedgedoc redirect html
This commit is contained in:
parent
be0ccc2ef7
commit
e346ccb36a
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ in
|
|||
|
||||
serve = {
|
||||
isFunnel = true;
|
||||
target = toString ./hedgedoc.html;
|
||||
target = toString ./hedgedoc-redirect.html;
|
||||
};
|
||||
|
||||
caddyServe = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue