Skip to content

Commit

Permalink
feat: add github action
Browse files Browse the repository at this point in the history
  • Loading branch information
denghuiVFX committed Aug 18, 2024
1 parent d169ccb commit 8237819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ import Head from 'next/head'

import '../styles/main.css'

export default function Nextra({ Component, pageProps }) {
export default function Nextra({Component, pageProps}) {
return (
<>
<Head>
<link
rel="alternate"
type="application/rss+xml"
title="RSS"
href="/feed.xml"
href={`${process.env.NODE_ENV === 'production' ? '/shawndeng_blogs' : ''}/feed.xml`}
/>
<link
rel="preload"
Expand Down

0 comments on commit 8237819

Please sign in to comment.