fix: add nginx config for Jekyll clean URLs
Configure nginx to try .html extension for clean URLs like /music/shadow 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -27,6 +27,9 @@ RUN bundle exec jekyll build
|
||||
# Production stage
|
||||
FROM nginx:alpine
|
||||
|
||||
# Copy custom nginx configuration
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
# Copy built site from builder
|
||||
COPY --from=builder /app/_site /usr/share/nginx/html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user