fix: copy button

This commit is contained in:
ange 2025-04-19 08:50:37 +00:00
parent 1f0c0ba4b1
commit 177b419463
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ var routes = []struct {
{[]string{"GET"}, url(""), index},
{[]string{"GET"}, url("/(pgp.asc|ssh)"), static},
{[]string{"GET"}, url("/static/.+"), static},
{[]string{"GET"}, url("/(.+\\.css)"), css},
{[]string{"GET"}, url("/(.+\\.(css))"), file},
{[]string{"GET"}, url("/([^/]+)"), html},
}