Skip to content

Commit

Permalink
added CNAME file for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
roddds committed Mar 6, 2016
1 parent 781c631 commit e34191f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
www.deodoro.org
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

app = Flask(__name__)

app.config['FREEZER_DESTINATION_IGNORE'] = ['CNAME', ]

@app.route("/")
def home():
Expand Down

0 comments on commit e34191f

Please sign in to comment.