File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ quarkus.web-bundler.bundle.community-app.key=main
1919%dev.quarkus.web-bundler.bundle.community-app =true
2020%playwright.quarkus.web-bundler.bundle.lib =true
2121%playwright.quarkus.web-bundler.bundle.community-app =true
22- %dev.quarkus.http.static-resources.caching-enabled =false
2322
2423# http
2524quarkus.http.enable-compression =true
@@ -31,7 +30,7 @@ quarkus.http.filter.others.matches=/.*
3130quarkus.http.filter.others.methods =GET
3231quarkus.http.filter.others.order =0
3332
34- quarkus.http.filter.static.header .Cache-Control =max-age=31536000
33+ quarkus.http.filter.static.headeonr .Cache-Control =max-age=31536000
3534quarkus.http.filter.static.matches =/static/.+
3635quarkus.http.filter.static.methods =GET
3736quarkus.http.filter.static.order =1
Original file line number Diff line number Diff line change 2121
2222 <skipITs >true</skipITs >
2323 <surefire-plugin .version>3.1.2</surefire-plugin .version>
24- <quarkus-web-bundler .version>1.2.0.CR1 </quarkus-web-bundler .version>
24+ <quarkus-web-bundler .version>1.2.0</quarkus-web-bundler .version>
2525 <quarkus-playwright .version>0.0.1</quarkus-playwright .version>
2626
2727 <formatter .plugin.version>2.23.0</formatter .plugin.version>
You can’t perform that action at this time.
0 commit comments