-
In vue cli, it can be set by the following configuration:
But no related setting items are found in vite |
Beta Was this translation helpful? Give feedback.
Answered by
ygj6
Jul 27, 2021
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Shinigami92
-
If you want to update dynamically, you can use this: import { useEffect } from 'react'
function NotFound() {
useEffect(() => {
document.title = 'Harsh Vyapari - 404'
})
return <h1>404 - Not Found</h1>
}
export default NotFound |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can be modified on index.html