update vite config and added about modal

This commit is contained in:
2026-01-25 23:35:50 +01:00
parent 11bdb7009a
commit dbbf69566e
5 changed files with 416 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ defmodule MoundHuntersWeb.Router do
if File.exists?(index_path) do
conn
|> put_resp_header("content-type", "text/html; charset=utf-8")
|> put_resp_header("cache-control", "no-cache")
|> put_resp_header("cache-control", "no-cache, must-revalidate")
|> send_file(200, index_path)
else
send_resp(conn, 404, "Not found")