Replace PathResourceResolver SPA fallback with SpaController that injects OG/Twitter meta-tags into cached index.html template. Event pages get event-specific tags (title, date, location), all other pages get generic fete branding. Includes og-image.png brand asset and forward-headers-strategy for proxy support. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
359 B
Properties
16 lines
359 B
Properties
spring.application.name=fete
|
|
|
|
# JPA
|
|
spring.jpa.hibernate.ddl-auto=validate
|
|
spring.jpa.open-in-view=false
|
|
|
|
# Liquibase
|
|
spring.liquibase.change-log=classpath:db/changelog/db.changelog-master.xml
|
|
|
|
# Proxy headers
|
|
server.forward-headers-strategy=framework
|
|
|
|
# Actuator
|
|
management.endpoints.web.exposure.include=health
|
|
management.endpoint.health.show-details=never
|