docs: 📝 new docs

This commit is contained in:
Leifer Mendez
2022-12-22 09:59:11 +01:00
parent d1e2fbc750
commit 331e5b0f8e
48 changed files with 3523 additions and 1505 deletions

View File

@@ -1,15 +0,0 @@
import { defineConfig } from 'vite'
import { qwikVite } from '@builder.io/qwik/optimizer'
import { qwikCity } from '@builder.io/qwik-city/vite'
import tsconfigPaths from 'vite-tsconfig-paths'
export default defineConfig(() => {
return {
plugins: [qwikCity(), qwikVite(), tsconfigPaths()],
preview: {
headers: {
'Cache-Control': 'public, max-age=600',
},
},
}
})