mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 23:02:53 +01:00
fix: minor fixes
This commit is contained in:
@@ -18,7 +18,7 @@ interface Props {
|
||||
|
||||
let { title, banner } = Astro.props;
|
||||
|
||||
const isHomePage = pathsEqual(Astro.url.pathname, '/') || pathsEqual(Astro.url.pathname, '/page/1');
|
||||
const isHomePage = pathsEqual(Astro.url.pathname, '/');
|
||||
|
||||
const testPathName = Astro.url.pathname;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user