Skip to content

Commit

Permalink
Update meta info due to renaming repo
Browse files Browse the repository at this point in the history
  • Loading branch information
d0rich committed May 16, 2023
1 parent b343165 commit 646b195
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
export default defineNuxtConfig({
extends: ['../'],
app: {
baseURL: '/docs-web-toolkit/'
baseURL: '/docs-toolkit/'
}
})
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@exactpro/docs-web-toolkit",
"version": "0.1.5",
"version": "0.1.6",
"description": "Toolkit for creating docs from markdown. Created as Nuxt 3 layer.",
"main": "nuxt.config.ts",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/exactpro/docs-web-toolkit.git"
"url": "https://github.com/exactpro/docs-toolkit.git"
},
"bugs": {
"email": "docops@exactpro.com",
"url": "https://github.com/exactpro/docs-web-toolkit/issues"
"url": "https://github.com/exactpro/docs-toolkit/issues"
},
"homepage": "https://exactpro.github.io/docs-web-toolkit",
"homepage": "https://exactpro.github.io/docs-toolkit",
"scripts": {
"prepare": "nuxi prepare && nuxi prepare docs",
"lint:js": "eslint --ext \".js,.ts,.vue\" --ignore-path .gitignore .",
Expand Down

0 comments on commit 646b195

Please sign in to comment.