Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
updates to deployment configuration to reflect new DNS settings
Browse files Browse the repository at this point in the history
  • Loading branch information
comountainclimber committed Feb 16, 2018
1 parent 8910104 commit 13daf9d
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/coverage

# production
/build
build

# misc
.DS_Store
Expand Down
8 changes: 4 additions & 4 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"main.css": "static/css/main.d55081ef.css",
"main.css.map": "static/css/main.d55081ef.css.map",
"main.js": "static/js/main.c7190f83.js",
"main.js.map": "static/js/main.c7190f83.js.map",
"main.css": "static/css/main.8e187820.css",
"main.css.map": "static/css/main.8e187820.css.map",
"main.js": "static/js/main.7253afa2.js",
"main.js.map": "static/js/main.7253afa2.js.map",
"static/media/Background.png": "static/media/Background.49bb1a87.png",
"static/media/NEON-logo.svg": "static/media/NEON-logo.b2400b40.svg",
"static/media/discord.png": "static/media/discord.d2b717d7.png",
Expand Down
2 changes: 1 addition & 1 deletion build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="/neon-website/manifest.json"><link rel="shortcut icon" href="/neon-website/favicon.png"><link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700,900" rel="stylesheet"><title>NEON</title><link href="/neon-website/static/css/main.d55081ef.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="/neon-website/static/js/main.c7190f83.js"></script></body></html>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="/manifest.json"><link rel="shortcut icon" href="/favicon.png"><link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700,900" rel="stylesheet"><title>NEON</title><link href="/static/css/main.8e187820.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="/static/js/main.7253afa2.js"></script></body></html>
2 changes: 1 addition & 1 deletion build/service-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions build/static/css/main.d55081ef.css

This file was deleted.

1 change: 0 additions & 1 deletion build/static/css/main.d55081ef.css.map

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neon-website",
"homepage": "https://CityOfZion.github.io/neon-wallet-website",
"homepage": "https://CityOfZion.github.io",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions public/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
neonwallet.com

0 comments on commit 13daf9d

Please sign in to comment.