fix project url

This commit is contained in:
Thomas Amland 2021-03-28 13:09:28 +02:00
parent 2c56585a9c
commit 4e8cd1f2e8

View File

@ -34,7 +34,7 @@
computed: { computed: {
build: () => process.env.VUE_APP_BUILD, build: () => process.env.VUE_APP_BUILD,
buildDate: () => process.env.VUE_APP_BUILD_DATE, buildDate: () => process.env.VUE_APP_BUILD_DATE,
url: () => 'https://github.com/tamland/airsonic-frontend' url: () => 'https://github.com/tamland/airsonic-refix'
}, },
}) })
</script> </script>