add SEO in head

This commit is contained in:
2025-04-30 09:01:41 +02:00
parent a8ef43f222
commit 420eae1388
2 changed files with 25 additions and 2 deletions

1
app.py
View File

@@ -28,5 +28,6 @@ async def robots():
# BluePrint Routes
app.register_blueprint(route_home)
if __name__ == '__main__':
app.run(debug=config.DEBUG, host=config.APP_HOST, port=config.APP_PORT)