diff --git a/.gitignore b/.gitignore index e8f682b..f564af0 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,4 @@ sw.* # Vim swap files *.swp +.old/ \ No newline at end of file diff --git a/layouts/default.vue b/layouts/default.vue index c06310e..c634a5e 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -4,8 +4,8 @@ - - + +

Install

@@ -14,7 +14,6 @@

Docs

-

Support

@@ -24,15 +23,14 @@
- - - - + + + - +
@@ -63,7 +61,8 @@ export default { appStoreUrl: 'https://testflight.apple.com/join/wiic7QIW', dockerHubUrl: 'https://hub.docker.com/repository/docker/advplyr/audiobookshelf', playStoreUrl: 'https://play.google.com/store/apps/details?id=com.audiobookshelf.app', - githubUrl: 'https://github.com/advplyr/audiobookshelf' + githubUrl: 'https://github.com/advplyr/audiobookshelf', + discordUrl: 'https://discord.gg/pJsjuNCKRq' } }, watch: { diff --git a/pages/index.vue b/pages/index.vue index 82af02b..b1e4974 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -2,12 +2,11 @@