Skip to content

Commit

Permalink
Merge pull request #1576 from Magickbase/godwoken-v1-testnet-prod
Browse files Browse the repository at this point in the history
Godwoken v1 testnet prod
  • Loading branch information
zmcNotafraid authored Jan 4, 2024
2 parents 2fccf10 + 6ea5d0c commit d855653
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
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.

0 comments on commit d855653

Please sign in to comment.