Skip to content

Commit

Permalink
[FEATURE] déplacement contenu ReVE Bordelais dans content/reve-bordel…
Browse files Browse the repository at this point in the history
…ais/ (en vue du merge à venir)
  • Loading branch information
Paul LOPEZ committed May 23, 2024
1 parent 8d14c17 commit 09f05af
Show file tree
Hide file tree
Showing 30 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ On y retrouve en particulier :

## Participer à la modification des cartes / Éditer un GeoJson

Modifier la ligne /content/reve/*.json avec [placemark](https://play.placemark.io/) puis réexporter le fichier sur le projet.
Modifier la ligne /content/reve-bordelais/*.json avec [placemark](https://play.placemark.io/) puis réexporter le fichier sur le projet.

## Est-il possible de réutiliser Cyclopolis ou l'observatoire de Vélo-Cité pour un autre projet ?

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@

<script setup>
const { data: voies } = await useAsyncData(() => {
return queryContent('reve').where({ _type: 'json' }).find();
return queryContent('reve-bordelais').where({ _type: 'json' }).find();
});
</script>

0 comments on commit 09f05af

Please sign in to comment.