~repos /website

#astro#js#html#css

git clone https://pyrossh.dev/repos/website.git

木 Personal website of pyrossh. Built with astrojs, shiki, vite.


fedbe50b pyrossh

1 year ago
fix layout
Files changed (1) hide show
  1. src/routes/+layout.svelte +1 -1
src/routes/+layout.svelte CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  const { page } = getStores();
9
9
  let url = `https://pyrossh.dev${$page.url.pathname}`;
10
- const isAppPage = $page.url.pathname.includes('only-bible-app');
10
+ $: isAppPage = $page.url.pathname.includes('only-bible-app');
11
11
  </script>
12
12
 
13
13
  <svelte:head>