update paths [ci skip]
@ -30,7 +30,7 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<img width="800" src="./public/jsoncrack-screenshot.webp" alt="preview 1" />
|
||||
<img width="800" src="./public/assets/jsoncrack-screenshot.webp" alt="preview 1" />
|
||||
</p>
|
||||
|
||||
# JSON Crack (jsoncrack.com)
|
||||
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 205 KiB After Width: | Height: | Size: 205 KiB |
Before Width: | Height: | Size: 140 KiB After Width: | Height: | Size: 140 KiB |
Before Width: | Height: | Size: 359 KiB After Width: | Height: | Size: 359 KiB |
Before Width: | Height: | Size: 140 KiB |
@ -10,13 +10,13 @@
|
||||
"start_url": "/editor",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/192.png",
|
||||
"src": "/assets/192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
|
||||
{
|
||||
"src": "/512.png",
|
||||
"src": "/assets/512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
|
@ -27,7 +27,7 @@ const StyledInfo = styled.p`
|
||||
export const ErrorView = () => (
|
||||
<StyledErrorView>
|
||||
<img
|
||||
src="assets/undraw_qa_engineers_dg-5-p.svg"
|
||||
src="/assets/undraw_qa_engineers_dg-5-p.svg"
|
||||
width="200"
|
||||
height="200"
|
||||
alt="oops"
|
||||
|
@ -68,7 +68,7 @@ const PreviewSection = () => (
|
||||
<Styles.StyledImage
|
||||
width="1200"
|
||||
height="863"
|
||||
src="/jsoncrack-screenshot.webp"
|
||||
src="/assets/jsoncrack-screenshot.webp"
|
||||
alt="preview"
|
||||
/>
|
||||
</Styles.StyledImageWrapper>
|
||||
|
@ -9,7 +9,7 @@ class MyDocument extends Document {
|
||||
<SeoTags
|
||||
description="Simple visualization tool for your JSON data. No forced structure, paste your JSON and view it instantly."
|
||||
title="JSON Crack - Crack your data into pieces"
|
||||
image="https://jsoncrack.com/jsoncrack.png"
|
||||
image="https://jsoncrack.com/assets/jsoncrack.png"
|
||||
/>
|
||||
<meta name="theme-color" content="#36393E" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
|
@ -35,7 +35,7 @@ const NotFound: React.FC = () => {
|
||||
return (
|
||||
<StyledNotFound>
|
||||
<StyledImageWrapper>
|
||||
<img src="/404.svg" alt="not found" width={300} height={400} />
|
||||
<img src="/assets/404.svg" alt="not found" width={300} height={400} />
|
||||
</StyledImageWrapper>
|
||||
<StyledMessage>WIZARDS BEHIND CURTAINS?</StyledMessage>
|
||||
<StyledSubMessage>
|
||||
|