Skip to content

Commit abd96f2

Browse files
committed
fix: update base to match github pages
1 parent d9b4332 commit abd96f2

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docs/.vuepress/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
base: "/",
2+
base: "/qa4noobs/",
33
title: "Curso de QA da He4rt Developers",
44
theme: "yuu",
55
description: "QA",

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name": "demo",
2+
"name": "QA-He4rt",
33
"version": "1.0.0",
4-
"main": "index.js",
54
"license": "AGPL-3.0",
65
"devDependencies": {
76
"vuepress": "^1.9.7"
87
},
98
"scripts": {
10-
"docs:dev": "vuepress dev docs",
11-
"docs:build": "vuepress build docs",
9+
"dev": "vuepress dev docs",
1210
"build": "vuepress build docs"
1311
},
12+
"repository": "https://github.com/vcwild/qa4noobs.git",
13+
"author": "vcwild",
1414
"dependencies": {
15-
"vuepress-theme-yuu": "^3.1.1"
15+
"vuepress-theme-yuu": "^2.3.0"
1616
}
1717
}

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -8109,7 +8109,7 @@ vm-browserify@^1.0.1:
81098109
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
81108110
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
81118111

8112-
vue-click-outside@^1.1.0:
8112+
vue-click-outside@^1.0.7:
81138113
version "1.1.0"
81148114
resolved "https://registry.yarnpkg.com/vue-click-outside/-/vue-click-outside-1.1.0.tgz#48b7680b518923e701643cccb3e165854aad99eb"
81158115
integrity sha512-pNyvAA9mRXJwPHlHJyjMb4IONSc7khS5lxGcMyE2EIKgNMAO279PWM9Hyq0d5J4FkiSRdmFLwnbjDd5UtPizHQ==
@@ -8206,12 +8206,12 @@ vuepress-plugin-smooth-scroll@^0.0.3:
82068206
dependencies:
82078207
smoothscroll-polyfill "^0.4.3"
82088208

8209-
vuepress-theme-yuu@^3.1.1:
8210-
version "3.1.1"
8211-
resolved "https://registry.yarnpkg.com/vuepress-theme-yuu/-/vuepress-theme-yuu-3.1.1.tgz#3beecfe51dbd91bd6c45fa3f865b091610e77931"
8212-
integrity sha512-eUb0jhyqoeaLS7edATgoNoBFWxO7YTzJ5eRt1swdMyF+qps3fm8bbDX3TkN8O5/zb4QcRktzPKWR5Doi6Wedaw==
8209+
vuepress-theme-yuu@^2.3.0:
8210+
version "2.3.0"
8211+
resolved "https://registry.yarnpkg.com/vuepress-theme-yuu/-/vuepress-theme-yuu-2.3.0.tgz#2f38802bb579d5c64d2fcd450ca16168a25fa14b"
8212+
integrity sha512-QzGf5kAF8+4fTS6fFtg4o8mqEmiOm525oOw1cWWG+iUN9FWp/yaDlT4RN1xs2km8CNs1st9HvbGksLI1IhJK/Q==
82138213
dependencies:
8214-
vue-click-outside "^1.1.0"
8214+
vue-click-outside "^1.0.7"
82158215

82168216
vuepress@^1.9.7:
82178217
version "1.9.7"

0 commit comments

Comments
 (0)