We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent defee6c commit b9291cdCopy full SHA for b9291cd
main.py
@@ -73,7 +73,7 @@ def serve_vue_app(filename):
73
return send_from_directory('dist', filename)
74
75
@app.route('/docs/<path:filename')
76
-def serve_docs_app:
+def serve_docs_app(filename):
77
"""
78
Serve (a build of) the documentation
79
'cb_docs' is the output of `npx vuepress build pages/`
0 commit comments