Skip to content

Commit 2ce2f02

Browse files
authored
docs (docusaurus.config.js): replace placeholder text with live site’s url (#11)
1 parent 8e22349 commit 2ce2f02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const config = {
1111
v4: true,
1212
},
1313

14-
url: 'https://your-docusaurus-site.example.com',
14+
url: 'https://refract-docs-green.vercel.app',
1515
baseUrl: '/',
1616

1717
organizationName: 'facebook',
@@ -155,4 +155,4 @@ const config = {
155155
}),
156156
};
157157

158-
export default config;
158+
export default config;

0 commit comments

Comments
 (0)