session-expiration-alert icon indicating copy to clipboard operation
session-expiration-alert copied to clipboard

Netlify and GitHub Pages are down

Open jdegand opened this issue 6 months ago • 0 comments

Both live links return 404. The output directory changed in Angular 17. See here for more.

I would try changing

"build:page": "ng build --output-path docs --base-href /session-expiration-alert/" 

to

"build:page": "ng build --output-path docs --base-href /session-expiration-alert/browser"

and running the command again.

jdegand avatar Aug 04 '24 02:08 jdegand