The example base HREF for a non-custom domain should be terminated with a slash. · Issue #62 · angular-schule/angular-cli-ghpages · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Section A of the documentation for the --base-href option that discusses defining a base HREF for non-custom domains provides the following example.
ng deploy --base-href=/the-repositoryname
This example does not work, because the HREF is not terminated with a slash. Without a slash, the "the-repositoryname" segment is not used. The example may need to be revised.
ng deploy --base-href=/the-repositoryname/
The text was updated successfully, but these errors were encountered:
Section A of the documentation for the --base-href option that discusses defining a base HREF for non-custom domains provides the following example.
This example does not work, because the HREF is not terminated with a slash. Without a slash, the "the-repositoryname" segment is not used. The example may need to be revised.
The text was updated successfully, but these errors were encountered: