Skip to content

Commit 356f493

Browse files
authored
Update 404.astro
1 parent 49e98fa commit 356f493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/404.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
// Welcome to Astro! Wondering what to do next? Check out the Astro documentation at https://docs.astro.build
33
// Don't want to use any of this? Delete everything in this file, the `assets`, `components`, and `layouts` directories, and start fresh.
44
5-
var newSite = 'https://smcas.net'
5+
var newSite = 'https://ratnathicam.wixsite.com/vanni-aid'
66
const scriptTag = `<script>var newSite = '${newSite}'</script>`;
77
---
8-
<title>SMCAS</title>
8+
<title>VanniAid</title>
99
<meta http-equiv="refresh" content={`1; url=${newSite}`}>
1010
<body set:html={scriptTag} />
1111
<script>

0 commit comments

Comments
 (0)