ajout de strapi

This commit is contained in:
Julie Chaumard
2025-12-07 23:10:08 +01:00
parent da639e4d73
commit 5deafb7d50
94 changed files with 2221 additions and 27 deletions

View File

@@ -1,6 +1,5 @@
# Nuxt Minimal Starter
g1te@_@dm1n
g1te@_@dm1n
Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
@@ -26,8 +25,13 @@ bun install
Start the development server on `http://localhost:3000`:
```bash
# npm
# npm sur l'ordinateur en local
npm run dev
=> Local: http://localhost:3000
# npm Nuxt en mode développement avec accès depuis ton téléphone, tablette ...
npx nuxt dev --host
=> Network: http://192.168.1.24:3000
# pnpm
pnpm dev
@@ -74,3 +78,38 @@ bun run preview
```
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
image: {
// Domaine de tes images Strapi / OVH
domains: [
'media.orchestre-ile.com' // passe par le reverse proxy plus tard
],
quality: 80,
format: ['webp', 'avif', 'jpeg', 'jpg', 'png', 'gif' ],
screens: {
xs: 320,
sm: 640,
md: 768,
lg: 1024,
xl: 1280,
xxl: 1536,
'2xl': 1536
},
presets: {
full: {
modifiers: {
fit: 'cover',
}
},
avatar: {
modifiers: {
fit: 'cover',
format: 'jpg',
width: 50,
height: 50
}
}
},
densities: [1, 2],
},