Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
elrebelde21 authored Feb 22, 2024
1 parent b7979eb commit 8802023
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ global.redes = [nna, yt, nn, md, tiktok, fb, nnn, face]
//-------------------------[ IMAGEN ]------------------------------
global.imagen = fs.readFileSync('./Menu2.jpg')
global.imagen1 = fs.readFileSync('./media/Menu1.jpg')
global.imagen2 = 'https://qu.ax/uipS.jpg'
global.imagen3 = 'https://qu.ax/rkh.jpg'
global.imagen4 = 'https://qu.ax/WApH.jpg'
global.imagen2 = fs.readFileSync('./media/Menu2.jpg')
global.imagen3 = fs.readFileSync('./media/Menu3.jpg')
global.imagen4 = fs.readFileSync('./media/Menu4.jpg')
global.imagen5 = 'https://qu.ax/rULv.jpg'
global.imagen6 = 'https://qu.ax/CySs.jpg'
global.menu18 = 'https://qu.ax/MOgO.jpg'
Expand Down

0 comments on commit 8802023

Please sign in to comment.