Skip to content

Commit

Permalink
[TMP] Attempt to disable Discord: useEffect.
Browse files Browse the repository at this point in the history
  • Loading branch information
H authored and H committed Jul 19, 2023
1 parent 4456021 commit 78d0447
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/pages/discord.jsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// pages/redirect

import {useEffect} from 'react'
// import {useEffect} from 'react'

export default function redirect() {
useEffect(() => {
window.location.assign('https://discord.gg/b3HAykQPkn')
})
// useEffect(() => {
// window.location.assign('https://discord.gg/b3HAykQPkn')
// })
return(
<>
</>
Expand Down

0 comments on commit 78d0447

Please sign in to comment.