Skip to content

Commit 0ce36a0

Browse files
committed
- Fix buy button link
- Fix dist link
1 parent c676e2a commit 0ce36a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/Documentation/components/Header/DocHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
>Live Preview
3737
</v-btn>
3838

39-
<v-btn outlined class="mr-3" color="secondary">Buy</v-btn>
39+
<v-btn outlined class="mr-3" color="secondary" href="https://flatlogic.com/templates/vue-material-template-full">Buy</v-btn>
4040

4141
</v-app-bar>
4242
</template>

vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ module.exports = {
22
"transpileDependencies": [
33
"vuetify"
44
],
5-
publicPath: '/vue-material/'
5+
publicPath: './'
66
}

0 commit comments

Comments
 (0)