Skip to content

Commit 0b3fabf

Browse files
committed
fix bg pattern url
1 parent 2d233e2 commit 0b3fabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/MasterLayout.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ const {
4545
position: absolute;
4646
content: " ";
4747
z-index: -990;
48-
background-image: url("/public/tic-tac-toe.svg");
48+
background-image: url("/tic-tac-toe.svg");
4949
}
5050
</style>

0 commit comments

Comments
 (0)