mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
fix sitemap & tools btn url
This commit is contained in:
parent
d09d11f374
commit
d5f9bfc7fb
@ -20,18 +20,18 @@
|
||||
<url><loc>https://jsoncrack.com/tools/json-schema</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://jsoncrack.com/type/csv-to-go</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://jsoncrack.com/type/csv-to-kotlin</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://jsoncrack.com/type/csv-to-rust-serde</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://jsoncrack.com/type/csv-to-rust</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://jsoncrack.com/type/csv-to-typescript</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://jsoncrack.com/type/json-to-go</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://jsoncrack.com/type/json-to-kotlin</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://jsoncrack.com/type/json-to-rust-serde</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://jsoncrack.com/type/json-to-rust</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://jsoncrack.com/type/json-to-typescript</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://jsoncrack.com/type/xml-to-go</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://jsoncrack.com/type/xml-to-kotlin</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://jsoncrack.com/type/xml-to-rust-serde</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://jsoncrack.com/type/xml-to-rust</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://jsoncrack.com/type/xml-to-typescript</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://jsoncrack.com/type/yaml-to-go</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://jsoncrack.com/type/yaml-to-kotlin</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://jsoncrack.com/type/yaml-to-rust-serde</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://jsoncrack.com/type/yaml-to-rust</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
|
||||
<url><loc>https://jsoncrack.com/type/yaml-to-typescript</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
|
||||
</urlset>
|
@ -115,13 +115,13 @@ export const Navbar = () => {
|
||||
</Text>
|
||||
</Stack>
|
||||
</StyledMenuItem>
|
||||
<StyledMenuItem component={Link} prefetch={false} href="/type/json-to-rust-serde">
|
||||
<StyledMenuItem component={Link} prefetch={false} href="/type/json-to-rust">
|
||||
<Stack gap="2">
|
||||
<Text c="black" size="sm" fw={600}>
|
||||
Generate Types
|
||||
</Text>
|
||||
<Text size="xs" c="gray.6" lineClamp={2}>
|
||||
Generate TypeScript types, Golang structs, Rust serde, and more.
|
||||
Generate TypeScript types, Golang structs, Rust, and more.
|
||||
</Text>
|
||||
</Stack>
|
||||
</StyledMenuItem>
|
||||
|
Loading…
x
Reference in New Issue
Block a user