Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling landing page #170

Open
midhunmonachan opened this issue Mar 23, 2024 · 0 comments
Open

Disabling landing page #170

midhunmonachan opened this issue Mar 23, 2024 · 0 comments

Comments

@midhunmonachan
Copy link

For now, I do this as a quick workaround

Create index.html in layouts folder.

<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="refresh" content="0; url=/docs" />
</head>
<body>
</body>
</html>

This will automatically redirects me to /docs

Originally posted by @midhunmonachan in #147 (comment)


Seems like more people are interested in this feature. I'm not sure if there is a better way to do this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant