Skip to content

Commit 27e0b34

Browse files
committed
fix: replace old url by new url
1 parent c5029cf commit 27e0b34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tailwind.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ module.exports = {
2424
},
2525
backgroundImage: (theme) => ({
2626
"anuncios": "url('https://i.imgur.com/tDlT9sr.jpg')",
27-
"kaku-dev": "url('https://www.rustlang-es.org/kaku.avif')",
28-
"kaku": "url('https://www.rustlang-es.org/kaku.avif')",
27+
"kaku-dev": "url('https://rustlang-es.org/kaku.avif')",
28+
"kaku": "url('https://rustlang-es.org/kaku.avif')",
2929
}),
3030
gridTemplateColumns: (theme) => ({
3131
"divided": "2.5fr 1fr",

0 commit comments

Comments
 (0)