Skip to content

Commit

Permalink
Merge pull request #97 from atelierdesmedias/reduce-size
Browse files Browse the repository at this point in the history
reduce size
  • Loading branch information
MartinDelille authored Oct 27, 2023
2 parents 3a13826 + 26607c5 commit d7e2ef7
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 1 deletion.
Binary file modified medias/ADM - Photos salles/ADM_Salles.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified medias/ADM - Photos salles/Board.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified medias/ADM - Photos salles/Cabine.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified medias/ADM - Photos salles/Cabinets.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified medias/ADM - Photos salles/Couloir.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified medias/ADM - Photos salles/Cuisine-1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified medias/ADM - Photos salles/Cuisine-2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified medias/ADM - Photos salles/GrandPalais-1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified medias/ADM - Photos salles/GrandPalais-2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified medias/ADM - Photos salles/Grotte.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified medias/ADM - Photos salles/PetitTrianon.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified medias/ADM - Photos salles/Traboule.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified medias/ADM - Photos salles/Versailles.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions tina/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,33 @@ export default defineConfig({
},
],
},
{
format: "md",
label: "Pages",
name: "pages",
path: "",
match: {
include: '{contact,charte-des-evenements,contact,events,index,nous-rejoindre,qui-sommes-nous}',
exclude: '_posts',
exclude: '_coworkers',
},
fields: [
{
label: 'Titre',
name: 'title',
type: 'string',
isTitle: true,
required: true,
},
{
type: "rich-text",
name: "body",
label: "Body of Document",
description: "This is the markdown body",
isBody: true,
},
],
},
],
},
});
2 changes: 1 addition & 1 deletion tina/tina-lock.json

Large diffs are not rendered by default.

0 comments on commit d7e2ef7

Please sign in to comment.