~repos /website

#astro#js#html#css

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

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


dff000d3 pyrossh

1 year ago
fix links
src/routes/+layout.svelte CHANGED
@@ -5,14 +5,14 @@
5
5
  // let { children } = $props();
6
6
 
7
7
  const { page } = getStores();
8
- let url = `https://pyros.sh${$page.url.pathname}`;
8
+ let url = `https://pyrossh.dev${$page.url.pathname}`;
9
9
  </script>
10
10
 
11
11
  <svelte:head>
12
12
  <meta name="author" content="pyrossh" />
13
- <meta name="keywords" content="pyros.sh,pyrossh,astro,website" />
13
+ <meta name="keywords" content="pyrossh.dev,pyrossh,svelte,website" />
14
14
  <link rel="canonical" href={url} />
15
- <meta property="og:site_name" content="pyros.sh" />
15
+ <meta property="og:site_name" content="pyrossh.dev" />
16
16
  <meta property="og:type" content="website" />
17
17
  <meta property="og:url" content={url} />
18
18
  <script
src/routes/+page.svelte CHANGED
@@ -11,7 +11,7 @@
11
11
  </script>
12
12
 
13
13
  <svelte:head>
14
- <title>pyros.sh</title>
14
+ <title>pyrossh</title>
15
15
  <meta
16
16
  name="description"
17
17
  content="A fullstack developer from Bangalore who likes to create frameworks and programming languages."
@@ -55,7 +55,7 @@
55
55
  and loads the file from the fs during dev
56
56
  </p>
57
57
  </Slide>
58
- <Slide title="pyros.sh" link="https://github.com/pyrossh/pyros.sh">
58
+ <Slide title="pyrossh" link="https://github.com/pyrossh/pyrossh.dev">
59
59
  <p>
60
60
  木 Personal website of pyrossh. Built with
61
61
  <span class="children:underline">