fix: compress images for web
All checks were successful
Docker / build-and-push-image (push) Successful in 1m54s
All checks were successful
Docker / build-and-push-image (push) Successful in 1m54s
This commit is contained in:
parent
56fdb222a5
commit
4f9ebdcc66
39 changed files with 21 additions and 40 deletions
|
@ -18,17 +18,4 @@ const projects = (await getCollection("projects"))
|
|||
>
|
||||
{projects.map((article: any) => <ShowcaseProject collection={article} />)}
|
||||
</ol>
|
||||
<div role="alert" class="animate-reveal opacity-0 [animation-delay:0.2s]">
|
||||
<div class="rounded-t bg-amber-500 px-4 py-2 font-bold text-white">
|
||||
Notice
|
||||
</div>
|
||||
<div
|
||||
class="rounded-b border border-t-0 border-amber-400 bg-amber-100 px-4 py-3 text-amber-700 dark:border-amber-600 dark:bg-amber-900 dark:text-amber-300"
|
||||
>
|
||||
<p>
|
||||
Some content may be unoptimised as I am in the process of
|
||||
reworking what is on display.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</Layout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue