Skip to content

Commit

Permalink
Change site URL
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed May 13, 2024
1 parent 0862b9c commit 973a276
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/website/docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from 'vitepress';
import { createSidebar } from './sidebar_creator.mjs';
import { rss } from './rss.mjs';

const HOSTNAME = 'https://withease.pages.dev';
const HOSTNAME = 'https://withease.effector.dev';

export default defineConfig({
async buildEnd(config) {
Expand Down
2 changes: 1 addition & 1 deletion packages/factories/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# @withease/factories

Read documentation [here](https://withease.pages.dev/factories/).
Read documentation [here](https://withease.effector.dev/factories/).
2 changes: 1 addition & 1 deletion packages/i18next/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# @withease/i18next

Read documentation [here](https://withease.pages.dev/i18next/).
Read documentation [here](https://withease.effector.dev/i18next/).
2 changes: 1 addition & 1 deletion packages/redux/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# @withease/redux

Read documentation [here](https://withease.pages.dev/redux/).
Read documentation [here](https://withease.effector.dev/redux/).
2 changes: 1 addition & 1 deletion packages/web-api/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# @withease/web-api

Read documentation [here](https://withease.pages.dev/web-api/).
Read documentation [here](https://withease.effector.dev/web-api/).

0 comments on commit 973a276

Please sign in to comment.