Skip to content

Commit fb8cac3

Browse files
Merge pull request #18 from webdevnerdstuff/dev
Dev
2 parents aaad066 + b0a1c45 commit fb8cac3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: src/documentation/layout/AppBar.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<v-icon icon="mdi:mdi-github" />
6565
</v-btn>
6666

67-
<!-- <v-btn
67+
<v-btn
6868
class="me-2"
6969
:height="iconSize.height"
7070
:href="links.npm"
@@ -73,7 +73,7 @@
7373
:width="iconSize.width"
7474
>
7575
<v-icon icon="mdi:mdi-npm" />
76-
</v-btn> -->
76+
</v-btn>
7777

7878
<v-btn
7979
class="me-3"

Diff for: vite.config.mts

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default defineConfig({
7878
hmr: {
7979
protocol: 'ws',
8080
},
81-
open: process?.env?.NODE_ENV === 'playground' ? playgroundUrl : false,
81+
open: true,
8282
},
8383
});
8484

0 commit comments

Comments
 (0)