Skip to content

Commit

Permalink
Changed repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldo Hernandez committed Jan 11, 2024
1 parent 4261f21 commit 49dc6d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
import { version } from '../package.json'

export default {
title: 'VuePDF',
title: 'vue-pdf',
description: 'PDF Viewer for Vue 3',
base: '/VuePDF/',
base: '/vue-pdf/',
lastUpdated: true,
themeConfig: {
logo: '/logo.png',
editLink: {
pattern: 'https://github.com/TaTo30/VuePDF/edit/master/docs/:path',
pattern: 'https://github.com/TaTo30/vue-pdf/edit/master/docs/:path',
},
socialLinks: [
{
icon: 'github',
link: 'https://github.com/TaTo30/VuePDF',
link: 'https://github.com/TaTo30/vue-pdf',
},
],
search: {
Expand Down Expand Up @@ -46,11 +46,11 @@ export default {
items: [
{
text: 'Changelog',
link: 'https://github.com/TaTo30/VuePDF/releases',
link: 'https://github.com/TaTo30/vue-pdf/releases',
},
{
text: 'Contributing',
link: 'https://github.com/TaTo30/VuePDF#contributing',
link: 'https://github.com/TaTo30/vue-pdf#contributing',
},
],
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"url": "https://github.com/TaTo30"
},
"license": "MIT",
"homepage": "https://github.com/TaTo30/VuePDF/",
"homepage": "https://github.com/TaTo30/vue-pdf/",
"repository": {
"type": "git",
"url": "git+https://github.com/TaTo30/VuePDF.git"
"url": "git+https://github.com/TaTo30/vue-pdf.git"
},
"bugs": {
"url": "https://github.com/TaTo30/VuePDF/issues"
"url": "https://github.com/TaTo30/vue-pdf/issues"
},
"keywords": [
"pdf",
Expand Down

0 comments on commit 49dc6d7

Please sign in to comment.