Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: handle index page #58

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

Open
arnauddrain wants to merge 1 commit into netlify:main
base: main
Choose a base branch
Loading
from arnauddrain:patch-1
Open

Conversation

Copy link

@arnauddrain arnauddrain commented Oct 31, 2022

The /* redirection will not overrides the default redirection of the / route to index.html, which will not be pre-rendered because.
This can be verified by cloning this repository and deploying it on Netlify, I made a test here: https://astounding-druid-97c6ce.netlify.app
Going to the home page with javascript disabled will just return a blank page, because index.html will be serve, which doesn't include any content.
I'm using the force = true because "/" route redirects by default to index.html which exists in dist/{projectName}/browser

A workaround is to add this redirection to the netlify.toml file of the project using this plugin:

[[plugins]]
 package = "@netlify/plugin-angular-universal"
[[redirects]]
 from = "/"
 to = "/.netlify/functions/angular-builder"
 force = true
 status = 200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /