Skip to content

Commit

Permalink
Keep searching old domain
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Mar 4, 2020
1 parent c62fe3b commit 8ae172b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webapp/app.py
Expand Up @@ -97,7 +97,9 @@ def standalone_example(example_path):
"/docs/search",
"search",
build_search_view(
site="vanillaframework.io/docs", template_path="docs/search.html"
# 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"
),
)
app.add_url_rule("/<path:subpath>", view_func=template_finder_view)

0 comments on commit 8ae172b

Please sign in to comment.