Skip to content

Commit

Permalink
feat: 固定背景图
Browse files Browse the repository at this point in the history
  • Loading branch information
梁怀刚 committed Jul 12, 2024
1 parent b368d26 commit 97b64d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ function HomepageHeader() {
<header
className={clsx("hero hero--primary", styles.heroBanner)}
style={{
background: 'url("https://picsum.photos/1920/320?blur=2")',
background:
'url("https://cdn.jsdelivr.net/gh/HarryPoint/oss@main/uPic/2024-07-12_16:24:28_S5pnHo.jpg")',
}}
>
<div className="container">
Expand Down

0 comments on commit 97b64d4

Please sign in to comment.