Merge pull request #10 from juancmandev/dev

change website to non-www
This commit is contained in:
Juan Manzanero 2024-07-09 14:19:25 +00:00 committed by GitHub
commit 8a63113ec0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -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(),

View File

@ -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>

View File

@ -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

View File

@ -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(""),