Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Godwoken v1 testnet prod #1576

Merged
merged 2 commits into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ npm-debug.log

# The directory NPM downloads your dependencies sources to.
/assets/node_modules/
# Since we are building assets from assets/,
# we ignore priv/static. You may want to comment
# this depending on your deployment strategy.
/priv/static/

# Ignore assets that are produced by build tools.
/priv/static/assets/

# Ignore digested assets cache.
/priv/static/cache_manifest.json

/config/*.secret.exs
/config/deploy/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<section id="torch-nav">
<div class="torch-container">
<div>
<div class="torch-logo">
<a href="/">
<h3>Torch</h3>
</a>
Expand Down
10 changes: 5 additions & 5 deletions lib/godwoken_explorer_web/endpoint.ex
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ defmodule GodwokenExplorerWeb.Endpoint do
#
# You should set gzip to true if you are running phx.digest
# when deploying your static files in production.
# plug Plug.Static,
# at: "/",
# from: :godwoken_explorer,
# gzip: false,
# only: ~w(css fonts images js favicon.ico robots.txt)
plug Plug.Static,
at: "/",
from: :godwoken_explorer,
gzip: false,
only: GodwokenExplorerWeb.static_paths()

plug(
Plug.Static,
Expand Down
Binary file added priv/static/favicon.ico
Binary file not shown.
Loading