generated from avior/template-web-astro
Update src/pages/index.astro (#1)
All checks were successful
Build, check & Test / run (push) Successful in 1m41s
All checks were successful
Build, check & Test / run (push) Successful in 1m41s
Reviewed-on: #1
This commit is contained in:
parent
dc58e29760
commit
3fc900a1e6
@ -29,7 +29,7 @@ const clients = await Promise.all((await getCollection('clients')).map(async (it
|
|||||||
<div class="grid grid-cols-2 items-center">
|
<div class="grid grid-cols-2 items-center">
|
||||||
<div></div>
|
<div></div>
|
||||||
<div class="prose dark:prose-invert max-w-none">
|
<div class="prose dark:prose-invert max-w-none">
|
||||||
<p class="font-semibold">Tâches :</p>
|
<p class="font-semibold">Tâches :O :</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{clients.map((client, index) => {
|
{clients.map((client, index) => {
|
||||||
|
@ -13,11 +13,11 @@ export const ALL: APIRoute = async () => {
|
|||||||
sitemap.addEntry('/', {
|
sitemap.addEntry('/', {
|
||||||
priority: 1
|
priority: 1
|
||||||
})
|
})
|
||||||
sitemap.addEntry('/projets/', {
|
sitemap.addEntry('/projects/', {
|
||||||
priority: 0.5
|
priority: 0.5
|
||||||
})
|
})
|
||||||
for (const project of projects) {
|
for (const project of projects) {
|
||||||
sitemap.addEntry('/projets/' + project.slug, {
|
sitemap.addEntry('/projects/' + project.slug, {
|
||||||
priority: 0.7
|
priority: 0.7
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user