generated from avior/template-web-astro
Update src/pages/index.astro #1
@ -29,7 +29,7 @@ const clients = await Promise.all((await getCollection('clients')).map(async (it
|
||||
<div class="grid grid-cols-2 items-center">
|
||||
<div></div>
|
||||
<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>
|
||||
{clients.map((client, index) => {
|
||||
|
@ -13,11 +13,11 @@ export const ALL: APIRoute = async () => {
|
||||
sitemap.addEntry('/', {
|
||||
priority: 1
|
||||
})
|
||||
sitemap.addEntry('/projets/', {
|
||||
sitemap.addEntry('/projects/', {
|
||||
priority: 0.5
|
||||
})
|
||||
for (const project of projects) {
|
||||
sitemap.addEntry('/projets/' + project.slug, {
|
||||
sitemap.addEntry('/projects/' + project.slug, {
|
||||
priority: 0.7
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user