Skip to content

Commit 050e485

Browse files
committed
update paths
1 parent bbc0876 commit 050e485

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/components/StickersSection.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="landing-container w-full flex justify-center items-center py-5 lg:py-10 px-5 lg:px-20">
66
<div class="flex flex-col md:flex-row w-full max-w-screen-xl gap-10">
77
<div class="flex-1">
8-
<img src="/fuckyoumoto/stickers.png" class="auto h-auto object-cover" />
8+
<img src="/stickers.png" class="auto h-auto object-cover" />
99
</div>
1010

1111
<div class="flex-1 flex flex-col justify-center text-center md:text-left gap-2">

src/routes/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424

2525
<HeroSection />
2626
<LeftImageTextSelection
27-
image="/fuckyoumoto/screenshot1.png"
27+
image="/screenshot1.png"
2828
header="Free guides"
2929
text="Unlock bootloader, modding and learn how to repair your device with step-by-step instructions.<br>All resources are open-source and completely free." />
3030
<RightImageTextSelection
31-
image="/fuckyoumoto/screenshot2.png"
31+
image="/screenshot2.png"
3232
header="Testpoints"
3333
text="Explore testpoints for your device completely free of charge" />
3434
<div id="supported-devices">

svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const config = {
1212
fallback: '404.html'
1313
}),
1414
paths: {
15-
base: process.argv.includes('dev') ? '' : "/fuckyoumoto"
15+
base: process.argv.includes('dev') ? '' : "/"
1616
}
1717
}
1818
};

0 commit comments

Comments
 (0)