mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +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 = {
|
serve = {
|
||||||
isFunnel = true;
|
isFunnel = true;
|
||||||
target = toString ./hedgedoc.html;
|
target = toString ./hedgedoc-redirect.html;
|
||||||
};
|
};
|
||||||
|
|
||||||
caddyServe = {
|
caddyServe = {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
Loading…
Add table
Add a link
Reference in a new issue