first release maybe?
All checks were successful
Build and Release / build (push) Successful in 50s
Build and Release / release (push) Has been skipped

This commit is contained in:
2025-07-30 17:29:50 -03:00
parent 2849ed3bb2
commit af7b778561
10 changed files with 123 additions and 56 deletions

View File

@@ -14,12 +14,16 @@ export const baseWallpapers: Wallpaper[] = [
name: 'Beach',
url: 'https://wallpapershome.com/images/pages/pic_h/615.jpg'
},
{
name: 'Dark',
url: 'https://i.imgur.com/qHlRO0s.jpeg'
},
{
name: 'Mountain',
url: 'https://i.imgur.com/yHfOZUd.jpeg'
},
{
name: 'Waves',
url: '/waves.jpg',
url: 'https://i.imgur.com/E8uxZ7R.png',
},
];