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

Fix 404 error on slide pages #544

Merged
merged 1 commit into from
Jul 7, 2021
Merged

Fix 404 error on slide pages #544

merged 1 commit into from
Jul 7, 2021

Conversation

ybiquitous
Copy link
Owner

@ybiquitous ybiquitous commented Jul 7, 2021

The cause is that output.clean: true is set in webpack.config.js:

clean: true,

This bug fix changes npm run build from parallel to series.


image

https://ybiquitous.me/slides/website-performance

The cause is that `output.clean: true` is set in `webpack.config.js`:
https://github.com/ybiquitous/homepage/blob/cb934e07770394fd9fd25ca50e99d2335f5f7e93/webpack.config.js#L30

This bug fix changes `npm run build` from parallel to series.
@ybiquitous ybiquitous added the bug Something isn't working label Jul 7, 2021
@ybiquitous
Copy link
Owner Author

@ybiquitous ybiquitous merged commit f0e5eb3 into main Jul 7, 2021
@ybiquitous ybiquitous deleted the fix-slides-404 branch July 7, 2021 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant