mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
Update stickers.js
This commit is contained in:
parent
1ad41b6159
commit
a034796579
1 changed files with 1 additions and 1 deletions
|
|
@ -182,6 +182,6 @@ export const getStaticProps = () => {
|
|||
const stickersDir = path.join(process.cwd(), 'public', 'stickers')
|
||||
const stickers = fs
|
||||
.readdirSync(stickersDir)
|
||||
.filter(sticker => sticker != 'hero.jpg')
|
||||
.filter(sticker => sticker !== 'hero.jpg')
|
||||
return { props: { stickers } }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue