commit
8a63113ec0
@ -8,7 +8,7 @@ import sitemap from "@astrojs/sitemap";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: "https://www.juancman.dev/",
|
||||
site: "https://juancman.dev/",
|
||||
integrations: [
|
||||
sitemap(),
|
||||
react(),
|
||||
|
@ -43,7 +43,7 @@ export default function Footer() {
|
||||
variant="link"
|
||||
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" />
|
||||
RSS feed
|
||||
</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.
|
||||
|
||||
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.
|
||||
|
||||
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: [
|
||||
"<language>en-us</language>",
|
||||
`<image>
|
||||
<url>https://www.juancman.dev/logo.png</url>
|
||||
<url>https://juancman.dev/logo.png</url>
|
||||
<title>juancmandev</title>
|
||||
<link>https://www.juancman.dev</link>
|
||||
<link>https://juancman.dev</link>
|
||||
</image>`,
|
||||
`<atom:link href="${context.site}rss.xml" rel="self" type="application/rss+xml"/>`,
|
||||
].join(""),
|
||||
|
Loading…
x
Reference in New Issue
Block a user