diff --git a/app/app.py b/app/app.py index 200ee9b..f21b66f 100644 --- a/app/app.py +++ b/app/app.py @@ -9,7 +9,7 @@ analytics.write_key = os.getenv('SEGMENT_WRITE_KEY') -app = Flask(__name__, static_folder='templates/images') +app = Flask(__name__, static_folder='templates/static') app.config['SECRET_KEY'] = os.getenv('SECRET_KEY') app.config['SESSION_COOKIE_HTTPONLY'] = True app.config['SESSION_COOKIE_SECURE'] = bool(os.getenv('SESSION_COOKIE_SECURE')) diff --git a/app/templates/images/defang_icon.svg b/app/templates/images/defang_icon.svg deleted file mode 100644 index 79a6822..0000000 --- a/app/templates/images/defang_icon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/app/templates/index.html b/app/templates/index.html index 5c1ab70..c4eb8fc 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -5,28 +5,41 @@ Ask Defang +