update vite config and added about modal
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user