diff --git a/README.md b/README.md index b8e3e4b..7d67225 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Anvil plugins: ## F.A.Q. -[See the F.A.Q. here.](https://henriqueleite42.github.io/anvil/docs/faq) +[See the F.A.Q. here.](https://anvil.henriqueleite42.com/docs/faq) ## Examples @@ -78,4 +78,4 @@ Anvil plugins: ## How it works -[Understand how it works here.](https://henriqueleite42.github.io/anvil/docs/how-it-works) +[Understand how it works here.](https://anvil.henriqueleite42.com/docs/how-it-works) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 68a57a7..03a165e 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -8,10 +8,10 @@ const config: Config = { favicon: "img/logo.webp", // Set the production url of your site here - url: "https://henriqueleite42.github.io", + url: "https://anvil.henriqueleite42.com", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: "/anvil/", + baseUrl: "/", // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.