Skip to content

Commit

Permalink
experiment with static
Browse files Browse the repository at this point in the history
  • Loading branch information
karelbilek committed May 2, 2024
1 parent ea72fb3 commit 674df52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ func mainProxy() {
})

http.Handle("GET /static/", http.FileServerFS(f))
http.Handle("GET data.karelbilek.com/", http.FileServerFS(f))

http.Handle("/", http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {

Expand Down
Binary file added static/cathpost.webp
Binary file not shown.

0 comments on commit 674df52

Please sign in to comment.