Skip to content

Commit 68cb25b

Browse files
committed
chore: wip
1 parent 4cdd55d commit 68cb25b

File tree

5 files changed

+348
-5
lines changed

5 files changed

+348
-5
lines changed

resources/components/Docs/HomeSponsors.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,10 @@
1010
<img src="https://cdn.jsdelivr.net/gh/stacksjs/sponsors/sponsorkit/sponsors.svg" class="m-auto">
1111
</a>
1212
</p>
13+
14+
<p class="mt-5 text-center">
15+
<a href="https://github.com/sponsors/chrisbbreuer" class="italic text-xs">
16+
Click here to become a sponsor.
17+
</a>
18+
</p>
1319
</template>

resources/components/Marketing/ComingSoon.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ async function submitEmail() {
9696
</div>
9797
</div>
9898

99-
<a href="https://docs.stacksjs.org" class="text-sm text-gray-900 font-semibold leading-6">Learn more <span aria-hidden="true">→</span></a>
99+
<a href="https://stacksjs-docs.netlify.app" class="text-sm text-gray-900 font-semibold leading-6">Learn more <span aria-hidden="true">→</span></a>
100100
</div>
101101

102102
<p v-for="error in errors" :key="error" class="pt-2 text-xs text-red-500">

storage/framework/.eslintrc-auto-import.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,11 @@
421421
"customRandom": true,
422422
"lazy": true,
423423
"random": true,
424-
"urlAlphabet": true
424+
"urlAlphabet": true,
425+
"confirmCardSetup": true,
426+
"loadCardElement": true,
427+
"loadPaymentElement": true,
428+
"publishableKey": true,
429+
"randomNonSecure": true
425430
}
426431
}

0 commit comments

Comments
 (0)