feat: expand menu data with new items and reformat existing entries.
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/dist
|
||||
/node_modules
|
||||
1672
src/data/menuData.js
1672
src/data/menuData.js
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ const jogos = [
|
||||
id: 1,
|
||||
title: 'Tarefa de Bêbado',
|
||||
description: 'Objetivo: Ficar bêbado 🥴 e pagar mico 🤣.',
|
||||
image: '/rrbec/images/jogos/tarefa_bebado.png',
|
||||
image: '/images/jogos/tarefa_bebado.png',
|
||||
playUrl: '/jogos/tarefa-de-bebado',
|
||||
internal: true,
|
||||
rules: `
|
||||
@@ -28,7 +28,7 @@ const jogos = [
|
||||
id: 2,
|
||||
title: 'Eu Nunca',
|
||||
description: 'Frases picantes e engraçadas para animar a mesa.',
|
||||
image: '/rrbec/images/jogos/eu_nunca.png',
|
||||
image: '/images/jogos/eu_nunca.png',
|
||||
playUrl: '/jogos/eu-nunca',
|
||||
internal: true,
|
||||
rules: `
|
||||
@@ -44,7 +44,7 @@ const jogos = [
|
||||
id: 3,
|
||||
title: 'Quem é Mais Provável?',
|
||||
description: 'Um jogo de apontar dedos e descobrir o que seus amigos pensam de você.',
|
||||
image: '/rrbec/images/jogos/quem_mais_provavel.png',
|
||||
image: '/images/jogos/quem_mais_provavel.png',
|
||||
playUrl: '/jogos/quem-e-mais-provavel',
|
||||
internal: true,
|
||||
rules: `
|
||||
@@ -60,7 +60,7 @@ const jogos = [
|
||||
id: 4,
|
||||
title: 'Roleta de Toque',
|
||||
description: 'Decida quem paga a rodada com um toque na tela. Rápido e emocionante!',
|
||||
image: '/rrbec/images/jogos/roleta_toque.png',
|
||||
image: '/images/jogos/roleta_toque.png',
|
||||
playUrl: '/jogos/dedo-no-copo',
|
||||
internal: true,
|
||||
rules: `
|
||||
|
||||
@@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react'
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
base: '/rrbec/',
|
||||
base: '/',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user