Skip to content

Commit

Permalink
Update search site URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Mar 12, 2020
1 parent 599d119 commit af71fe4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions webapp/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ def standalone_example(example_path):
"/docs/search",
"search",
build_search_view(
# temporarly keep docs.vanillaframework.io until /docs are live and indexed
# change to vanillaframework.io/docs
site="docs.vanillaframework.io", template_path="docs/search.html"
site="vanillaframework.io/docs", template_path="docs/search.html"
),
)
app.add_url_rule("/<path:subpath>", view_func=template_finder_view)

0 comments on commit af71fe4

Please sign in to comment.