Skip to content

Commit

Permalink
feat: clean url vercel config
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-farina committed Sep 12, 2022
1 parent 63366e0 commit fcd5b0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docsearch.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"index_name": "docs",
"index_name": "Docs",
"sitemap_urls": ["https://beta-docs.osmosis.zone/sitemap.xml"],
"start_urls": [
{
"url": "https://beta-docs.osmosis.zone/guides",
Expand Down Expand Up @@ -47,7 +48,7 @@
"tags": "overview",
"selectors_key": "overview"
},
"https://beta-docs.osmosis.zone/"
"https://beta-docs.osmosis.zone"
],
"stop_urls": [],

Expand Down
4 changes: 4 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"cleanUrls": true,
"trailingSlash": true
}

0 comments on commit fcd5b0c

Please sign in to comment.