Compare commits

...

7 Commits

Author SHA1 Message Date
Eric Fennis
0fa31dd1d1 Merge branch 'main' of https://github.com/lucide-icons/lucide into add-angolia-search 2024-01-17 21:41:11 +01:00
Eric Fennis
7cd0d5e0e5 Merge branch 'main' of https://github.com/lucide-icons/lucide into add-angolia-search 2023-12-13 23:02:16 +01:00
Eric Fennis
d1eafe4b30 Merge branch 'main' of https://github.com/lucide-icons/lucide into add-angolia-search 2023-07-12 13:01:09 +02:00
Eric Fennis
d6bf3fffb3 Merge branch 'main' of https://github.com/lucide-icons/lucide into add-angolia-search 2023-06-12 22:26:30 +02:00
Eric Fennis
afb804152f add-angolia-search 2023-06-06 17:15:36 +02:00
Eric Fennis
8c217618e5 Add og image 2023-06-06 17:05:04 +02:00
Eric Fennis
27d6b55993 Add sitemap generation 2023-06-04 23:02:47 +02:00
6 changed files with 16 additions and 10 deletions

View File

@@ -119,12 +119,17 @@ export default defineConfig({
editLink: {
pattern: 'https://github.com/lucide-icons/lucide/edit/main/docs/:path'
},
search: {
provider: 'algolia',
options: {
appId: 'R7KKMCPXOB',
apiKey: '04d422179bdfbb7c49092689bd18c31f',
indexName: 'lucide'
}
},
carbonAds: {
code: 'CWYIC53U',
placement: 'lucidedev'
}
},
sitemap: {
hostname: 'https://lucide.dev/'
}
})

View File

@@ -13,6 +13,7 @@
--vp-c-bg-alt-up: #fff;
--vp-c-bg-alt-down: #fff;
--docsearch-container-background: rgba(22,22,32, .4);
--vp-code-editor-plain: #24292E;
--vp-code-editor-comment: #6A737D;

View File

@@ -9,8 +9,8 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<rect x="14" y="14" width="4" height="6" rx="2" />
<rect x="6" y="4" width="4" height="6" rx="2" />
<rect width="4" height="6" x="14" y="14" rx="2" />
<rect width="4" height="6" x="6" y="4" rx="2" />
<path d="M6 20h4" />
<path d="M14 10h4" />
<path d="M6 14h2v6" />

Before

Width:  |  Height:  |  Size: 409 B

After

Width:  |  Height:  |  Size: 409 B

View File

@@ -12,4 +12,4 @@
<path d="M12 13V2l8 4-8 4" />
<path d="M20.55 10.23A9 9 0 1 1 8 4.94" />
<path d="M8 10a5 5 0 1 0 8.9 2.02" />
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 324 B

After

Width:  |  Height:  |  Size: 325 B

View File

@@ -9,9 +9,9 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<rect x="16" y="16" width="6" height="6" rx="1" />
<rect x="2" y="16" width="6" height="6" rx="1" />
<rect x="9" y="2" width="6" height="6" rx="1" />
<rect width="6" height="6" x="16" y="16" rx="1" />
<rect width="6" height="6" x="2" y="16" rx="1" />
<rect width="6" height="6" x="9" y="2" rx="1" />
<path d="M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3" />
<path d="M12 12V8" />
</svg>

Before

Width:  |  Height:  |  Size: 445 B

After

Width:  |  Height:  |  Size: 445 B

View File

@@ -10,6 +10,6 @@
stroke-linejoin="round"
>
<path d="M8.3 10a.7.7 0 0 1-.626-1.079L11.4 3a.7.7 0 0 1 1.198-.043L16.3 8.9a.7.7 0 0 1-.572 1.1Z" />
<rect x="3" y="14" width="7" height="7" rx="1" />
<rect width="7" height="7" x="3" y="14" rx="1" />
<circle cx="17.5" cy="17.5" r="3.5" />
</svg>

Before

Width:  |  Height:  |  Size: 405 B

After

Width:  |  Height:  |  Size: 405 B