I include an argument to the static_url_path parameter to ensure that the Blueprint’s static path doesn’t conflict with the static path of the main app.
e.g:
admin = Blueprint('admin', __name__, static_folder="static", static_url_path="/static/admin")