Skip to content

Commit 50b3058

Browse files
author
Scarlett Eliza
authored
update my-docs-site (#121)
1 parent e7d3425 commit 50b3058

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/vsDark');
88
const config = {
99
title: 'Very Good Workflows',
1010
tagline: 'A collection of helpful, reusable GitHub workflows used by VGV.',
11-
url: 'https://my-docs-site.com',
11+
url: 'https://workflows.vgv.dev',
1212
baseUrl: '/',
1313
onBrokenLinks: 'throw',
1414
onBrokenMarkdownLinks: 'warn',

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "my-docs-site",
2+
"name": "workflows-docs",
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {

0 commit comments

Comments
 (0)