diff --git a/run_site.py b/run_site.py index 5aab878..0fbb66e 100644 --- a/run_site.py +++ b/run_site.py @@ -9,8 +9,7 @@ app.config['FREEZER_RELATIVE_URLS'] = True app.config['FREEZER_IGNORE_MIMETYPE_WARNINGS'] = True @app.route('/') -@app.route('/index') -@app.route('/home') +@app.route('/index.html') def index(): categories = os.listdir('projects/') projects = []