Merge branch 'table_column_resize' into dev_environment
This commit is contained in:
commit
2b4c0dd1c5
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ export default defineConfig({
|
|||
globPatterns: ['**/*.{js,css,html,png,jpg,svg}'], // Cache all common asset types
|
||||
maximumFileSizeToCacheInBytes: 20 * 1024 * 1024, // 20 MiB
|
||||
cleanupOutdatedCaches: true,
|
||||
navigateFallback: "/index.html",
|
||||
navigateFallback: "/indexV2.html",
|
||||
runtimeCaching: [
|
||||
{
|
||||
urlPattern: ({ request }) => request.destination === 'document',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue