Commit 38b7135 1 parent 7c47074 commit 38b7135 Copy full SHA for 38b7135
File tree 2 files changed +30
-23
lines changed
2 files changed +30
-23
lines changed Original file line number Diff line number Diff line change @@ -231,5 +231,10 @@ export default defineConfig({
231
231
search : {
232
232
provider : 'local' ,
233
233
} ,
234
+
235
+ carbonAds : {
236
+ code : 'CW7DEKJY' ,
237
+ placement : 'tsxis' ,
238
+ } ,
234
239
} ,
235
240
} ) ;
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div >
3
- <h4 class =" text-base font-semibold" >Premium sponsors</h4 >
4
- </div >
5
- <a
6
- href =" https://www.prisma.io"
7
- target =" _blank"
8
- rel =" noopener"
9
- >
10
- <div class =" my-4 py-6 px-6 bg-white/5" >
11
- <img
12
- src =" /logos/prisma-full.svg"
13
- alt =" Prisma"
14
- class =" object-cover"
15
- >
2
+ <div class =" mb-8" >
3
+ <div >
4
+ <h4 class =" text-base font-semibold" >Premium sponsors</h4 >
16
5
</div >
17
- </a >
18
- <a
19
- href =" https://github.com/sponsors/privatenumber/sponsorships?pay_prorated=false&tier_id=388346"
20
- target =" _blank"
21
- rel =" noopener"
22
- class =" sponsor-button"
23
- >
24
- Become a premium sponsor
25
- </a >
6
+ <a
7
+ href =" https://www.prisma.io"
8
+ target =" _blank"
9
+ rel =" noopener"
10
+ >
11
+ <div class =" my-4 py-6 px-6 bg-white/5" >
12
+ <img
13
+ src =" /logos/prisma-full.svg"
14
+ alt =" Prisma"
15
+ class =" object-cover"
16
+ >
17
+ </div >
18
+ </a >
19
+ <a
20
+ href =" https://github.com/sponsors/privatenumber/sponsorships?pay_prorated=false&tier_id=388346"
21
+ target =" _blank"
22
+ rel =" noopener"
23
+ class =" sponsor-button"
24
+ >
25
+ Become a premium sponsor
26
+ </a >
27
+ </div >
26
28
</template >
27
29
28
30
<style scoped>
You can’t perform that action at this time.
0 commit comments