We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d233e2 commit 0b3fabfCopy full SHA for 0b3fabf
src/layouts/MasterLayout.astro
@@ -45,6 +45,6 @@ const {
45
position: absolute;
46
content: " ";
47
z-index: -990;
48
- background-image: url("/public/tic-tac-toe.svg");
+ background-image: url("/tic-tac-toe.svg");
49
}
50
</style>
0 commit comments