Skip to content

Commit

Permalink
chore: 🤖 extend cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Mar 26, 2021
1 parent ee6f8d0 commit 6697d03
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 154 deletions.
2 changes: 1 addition & 1 deletion .kubernetes/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
nginx.ingress.kubernetes.io/proxy-read-timeout: "7200"
cert-manager.io/issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/configuration-snippet: |
more_set_headers "Cache-Control: public, max-age=604800";
more_set_headers "Cache-Control: public, max-age=7889400";
spec:
tls:
- secretName: enki-website
Expand Down
2 changes: 1 addition & 1 deletion .routify/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ module.exports = {
noHashScroll: false,
distDir: 'dist',
extensions: ['svelte', 'html', 'svx', 'md'],
started: '2021-03-26T13:23:18.710Z',
started: '2021-03-26T13:27:36.372Z',
};
4 changes: 2 additions & 2 deletions .routify/routes.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* @roxi/routify 2.7.3
* File generated Fri Mar 26 2021 13:23:20 GMT+0000 (Greenwich Mean Time)
* File generated Fri Mar 26 2021 13:27:38 GMT+0000 (Greenwich Mean Time)
*/

export const __version = '2.7.3';
export const __timestamp = '2021-03-26T13:23:20.001Z';
export const __timestamp = '2021-03-26T13:27:38.141Z';

//buildRoutes
import { buildClientTree } from '@roxi/routify/runtime/buildRoutes';
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"start": "sirv public/ --single",
"validate": "svelte-check",
"format": "prettier --write \"{,!(node_modules|public)/**/}*.{js,svelte,ts}\"",
"test": "jest"
"test": "jest",
"clear-cache": "rm -rf public/build/"
},
"devDependencies": {
"@babel/core": "^7.12.3",
Expand Down
12 changes: 0 additions & 12 deletions public/bundle-1616764928451.css

This file was deleted.

30 changes: 0 additions & 30 deletions public/bundle-1616764928451.css.map

This file was deleted.

12 changes: 0 additions & 12 deletions public/bundle-1616764977970.css

This file was deleted.

Loading

0 comments on commit 6697d03

Please sign in to comment.