Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/guide/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ pages: # the job must be named pages
- mv dist public # rename the dist folder (result of npm run build)
# optionally, you can activate gzip support with the following line:
- find public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec gzip -f -k {} \;
- cp public/index.html public/404.html # without this, reloading on a route other than root throws error 404
artifacts:
paths:
- public # artifact path must be /public for GitLab Pages to pick it up
Expand Down