Update upload dir

This commit is contained in:
Mirai Kumiko 2025-06-20 17:58:36 +02:00
parent 867f94572d
commit 5d4ac46b67
Signed by: miraikumiko
GPG key ID: 3F178B1B5E0CB278
2 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View file

@ -28,8 +28,8 @@ nulla-*.tar
# Ignore assets that are produced by build tools. # Ignore assets that are produced by build tools.
/priv/static/assets/ /priv/static/assets/
# Ignore static files # Ignore upload dir
/priv/static/files/ /priv/static/system/
# Ignore digested assets cache. # Ignore digested assets cache.
/priv/static/cache_manifest.json /priv/static/cache_manifest.json

View file

@ -17,7 +17,7 @@ defmodule NullaWeb do
those modules here. those modules here.
""" """
def static_paths, do: ~w(assets files fonts images favicon.ico robots.txt) def static_paths, do: ~w(assets system fonts images favicon.ico robots.txt)
def router do def router do
quote do quote do