Skip to content

Commit

Permalink
feat: add missing images
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Nov 17, 2023
1 parent 2afdb0a commit c47cfd0
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 24 deletions.
29 changes: 5 additions & 24 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,7 @@
{
name: 'Animated',
path: '/posts?domain=rule34.xxx&tags=animated',
images: [
'/img/featured/rule34.xxx/animated-1.jpeg',
'/img/featured/rule34.xxx/animated-2.jpeg',
'/img/featured/rule34.xxx/animated-3.jpeg',
'/img/featured/rule34.xxx/animated-4.jpeg'
]
images: ['/img/featured/rule34.xxx/animated.jpeg']
},
{
name: 'Overwatch',
Expand Down Expand Up @@ -235,12 +230,7 @@
{
name: 'Animated',
path: '/posts?domain=gelbooru.com&tags=animated',
images: [
'/img/featured/gelbooru.com/animated-1.jpeg',
'/img/featured/gelbooru.com/animated-2.jpeg',
'/img/featured/gelbooru.com/animated-3.jpeg',
'/img/featured/gelbooru.com/animated-4.jpeg'
]
images: ['/img/featured/gelbooru.com/animated.jpeg']
},
{
name: 'Pokemon',
Expand Down Expand Up @@ -287,12 +277,7 @@
{
name: 'Animated',
path: '/posts?domain=e621.net&tags=animated',
images: [
'/img/featured/e621.net/animated-1.jpeg',
'/img/featured/e621.net/animated-2.jpeg',
'/img/featured/e621.net/animated-3.jpeg',
'/img/featured/e621.net/animated-4.jpeg'
]
images: ['/img/featured/e621.net/animated.jpeg']
},
{
name: 'Gay',
Expand Down Expand Up @@ -334,12 +319,7 @@
{
name: 'Animated',
path: '/posts?domain=realbooru.com&tags=animated',
images: [
'/img/featured/realbooru.com/animated-1.jpeg',
'/img/featured/realbooru.com/animated-2.jpeg',
'/img/featured/realbooru.com/animated-3.jpeg',
'/img/featured/realbooru.com/animated-4.jpeg'
]
images: ['/img/featured/realbooru.com/animated.jpeg']
},
{
name: 'Cosplay',
Expand Down Expand Up @@ -508,6 +488,7 @@
width="128"
/>

<!-- TODO: Add icon for top posts, animated, etc. -->
<ContentContainer
:title="featuredDomain.domain"
as="h3"
Expand Down
Binary file added public/img/featured/e621.net/animated.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 added public/img/featured/gelbooru.com/animated.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 added public/img/featured/realbooru.com/animated.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 added public/img/featured/rule34.xxx/animated.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 added public/img/featured/rule34.xxx/brawl_stars.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c47cfd0

Please sign in to comment.