Skip to content

Commit e6721ad

Browse files
committed
feat: add selll.online ad
1 parent 1c97697 commit e6721ad

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<template>
2+
<a href="https://selll.online" target="_blank" class="p-4 rounded-3xl bg-[var(--vp-c-bg-alt)] mt-5" id="widget">
3+
<img src="https://selll.online/assets/img/screenshots/product.jpg" class="rounded-2xl" alt="Paperplane" width="457"
4+
height="336">
5+
6+
<p class="mt-4 mb-2 text-xs">
7+
<i>From the creators of Leaf PHP - </i>
8+
Create your personalized storefront, add your products, share your link, and start sellling for free.
9+
</p>
10+
11+
<small class="text-xs font-medium hover:underline">Learn more →</small>
12+
</a>
13+
</template>

.vitepress/theme/components/shared/Paperplane.vue

-13
This file was deleted.

.vitepress/theme/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export default {
1717
return h(DefaultTheme.Layout, null, {
1818
// 'layout-top': () =>
1919
// h(defineAsyncComponent(() => import('./components/shared/Banner.vue'))),
20-
// 'aside-ads-before' : () =>
21-
// h(defineAsyncComponent(() => import('./components/shared/Paperplane.vue'))),
20+
'aside-ads-before' : () =>
21+
h(defineAsyncComponent(() => import('./components/shared/Ad.vue'))),
2222
// h(defineAsyncComponent(() => import('./components/shared/GPTLink.vue'))),
2323
'sidebar-nav-before': () =>
2424
h(defineAsyncComponent(() => import('./components/shared/SidebarLinks.vue'))),

0 commit comments

Comments
 (0)