diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 8935bae..5452c54 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -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: { @@ -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', }, ], }, diff --git a/package.json b/package.json index 21283bf..6f336c5 100644 --- a/package.json +++ b/package.json @@ -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",