mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
added Discord URL
This commit is contained in:
parent
5337995960
commit
66a929b921
2 changed files with 31 additions and 22 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "dev-portfolio",
|
"name": "dev-portfolio",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.1",
|
"version": "1.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
|
|
|
||||||
9
src/pages/discord.astro
Normal file
9
src/pages/discord.astro
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
import Layout from "../layouts/Layout.astro";
|
||||||
|
---
|
||||||
|
|
||||||
|
<Layout title="Discord" description="Join Ryan's Discord server!">
|
||||||
|
<script is:inline>
|
||||||
|
window.location.href = " https://discord.gg/UnHyHkhbga";
|
||||||
|
</script>
|
||||||
|
</Layout>
|
||||||
Loading…
Reference in a new issue