Skip to content

Commit

Permalink
chore: update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
renbaoshuo committed Aug 21, 2024
1 parent 04237cc commit b13a820
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,25 @@ const config = {
};
}
},
footer: {
text: (
<div style={{ width: '100%' }}>
Built with ❤️ by FZUers.
<br />
&copy; {new Date().getFullYear()} west2-online. All rights reserved.
<small style={{ float: 'right' }}>
Powered by{' '}
<a
href="https://nextra.site"
target="_blank"
rel="noopener noreferrer nofollow"
>
Nextra
</a>
</small>
</div>
),
},
};

export default config;

0 comments on commit b13a820

Please sign in to comment.