Skip to content

Commit

Permalink
fix(baseurl): removed baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Morello committed Jun 10, 2021
1 parent 60d6c47 commit 44d2095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
title: "React Awesome Reveal",
tagline: "Add revealing animations to your website with ease",
url: pkg.homepage,
baseUrl: "/next/",
baseUrl: "/",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
favicon: "img/favicon.ico",
Expand Down

1 comment on commit 44d2095

@vercel
Copy link

@vercel vercel bot commented on 44d2095 Jun 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.