commit
8a63113ec0
@ -8,7 +8,7 @@ import sitemap from "@astrojs/sitemap";
|
|||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
site: "https://www.juancman.dev/",
|
site: "https://juancman.dev/",
|
||||||
integrations: [
|
integrations: [
|
||||||
sitemap(),
|
sitemap(),
|
||||||
react(),
|
react(),
|
||||||
|
@ -43,7 +43,7 @@ export default function Footer() {
|
|||||||
variant="link"
|
variant="link"
|
||||||
className="flex flex-col justify-center"
|
className="flex flex-col justify-center"
|
||||||
>
|
>
|
||||||
<a target="_blank" href="https://www.juancman.dev/rss.xml">
|
<a target="_blank" href="https://juancman.dev/rss.xml">
|
||||||
<RssIcon className="w-6" />
|
<RssIcon className="w-6" />
|
||||||
RSS feed
|
RSS feed
|
||||||
</a>
|
</a>
|
||||||
|
@ -73,7 +73,7 @@ as I already had a good habit of saving, but I want my money to keep growing
|
|||||||
more for a dignified retirement.
|
more for a dignified retirement.
|
||||||
|
|
||||||
I'm spending less time on social media,
|
I'm spending less time on social media,
|
||||||
[even I wrote an article about this](https://www.juancman.dev/en/blog/the-monotony-of-social-media),
|
[even I wrote an article about this](https://juancman.dev/en/blog/the-monotony-of-social-media),
|
||||||
doing things that **I really want to do** instead.
|
doing things that **I really want to do** instead.
|
||||||
|
|
||||||
Is really horrible how much time social media steals from us, keeping us away
|
Is really horrible how much time social media steals from us, keeping us away
|
||||||
|
@ -117,9 +117,9 @@ export async function GET(context: any) {
|
|||||||
customData: [
|
customData: [
|
||||||
"<language>en-us</language>",
|
"<language>en-us</language>",
|
||||||
`<image>
|
`<image>
|
||||||
<url>https://www.juancman.dev/logo.png</url>
|
<url>https://juancman.dev/logo.png</url>
|
||||||
<title>juancmandev</title>
|
<title>juancmandev</title>
|
||||||
<link>https://www.juancman.dev</link>
|
<link>https://juancman.dev</link>
|
||||||
</image>`,
|
</image>`,
|
||||||
`<atom:link href="${context.site}rss.xml" rel="self" type="application/rss+xml"/>`,
|
`<atom:link href="${context.site}rss.xml" rel="self" type="application/rss+xml"/>`,
|
||||||
].join(""),
|
].join(""),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user