File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 4
4
/build/*
5
5
Cache-Control: public, max-age=31536000, s-maxage=31536000, immutable
6
6
7
- # Pagefind search assets - long-term caching
8
- /pagefind/*
9
- Cache-Control: public, max-age=31536000, s-maxage=31536000, immutable
10
-
11
7
# Documentation pages - cache at edge, allow quick browser updates
12
8
/docs/*
13
9
Cache-Control: public, max-age=600, s-maxage=86400, stale-while-revalidate=604800
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import autoAPI from './auto-api';
7
7
import { ShikiTransformer } from 'shiki' ;
8
8
import tailwindcss from '@tailwindcss/vite' ;
9
9
import { qwikInsights } from '@builder.io/qwik-labs/vite' ;
10
- import basicSsl from '@vitejs/plugin-basic-ssl' ;
11
10
12
11
export default defineConfig ( async ( ) => {
13
12
const { default : shikiRehype } = await import ( '@shikijs/rehype' ) ;
@@ -38,7 +37,7 @@ export default defineConfig(async () => {
38
37
} ) ,
39
38
qwikVite ( {
40
39
lint : false ,
41
- debug : true ,
40
+ debug : false ,
42
41
tsconfigFileNames : [ 'tsconfig.app.json' ] ,
43
42
client : {
44
43
outDir : '../../dist/apps/website/client' ,
@@ -49,10 +48,9 @@ export default defineConfig(async () => {
49
48
} ) ,
50
49
tsconfigPaths ( { root : '../../' } ) ,
51
50
// Uncomment for debugging preview with http2 via https
52
- // basicSsl(),
53
51
tailwindcss ( ) ,
54
52
// qwikInsights({ publicApiKey: '1uelfebvo7l' }),
55
- basicSsl ( ) ,
53
+ // basicSsl(),
56
54
] ,
57
55
58
56
server : {
You can’t perform that action at this time.
0 commit comments