Skip to content

Commit

Permalink
update baseUrl for docusaurus site (#348)
Browse files Browse the repository at this point in the history
Co-authored-by: Sawyer Burnett <[email protected]>
Co-authored-by: Charlie Brown <[email protected]>
  • Loading branch information
3 people authored Apr 1, 2024
1 parent ec95d3a commit da2277d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ dist
examples/static
coverage
package-lock.json
build
2 changes: 1 addition & 1 deletion docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const config: Config = {
tagline: "Customizable, fast, and lightweight React hook which provides all the information needed for your site to manage swipe interactions.",
favicon: "img/nearform-icon.svg",
url: "https://commerce.nearform.com/",
baseUrl: "/",
baseUrl: "/open-source/react-swipeable",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
i18n: {
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"build": "docusaurus build --out-dir build/open-source/react-swipeable",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
Expand Down

0 comments on commit da2277d

Please sign in to comment.