Skip to content

Commit

Permalink
Update netlify.toml and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyzen committed Apr 11, 2024
1 parent 724cdb1 commit c3e5661
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
5 changes: 1 addition & 4 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,4 @@
[[headers]]
for = "/*.js"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"

[images]
remote_images = ["https://secure.woonuxt.com/.*"]
Cache-Control = "public, max-age=31536000, immutable"
15 changes: 14 additions & 1 deletion woonuxt_base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,18 @@
"name": "woonuxt",
"version": "3.4.27",
"main": "./nuxt.config.ts",
"type": "module"
"type": "module",
"files": [
"nuxt.config.ts",
"composables",
"components",
"pages",
"app.vue",
"queries",
"types",
"plugins",
"public",
"locales",
"tsconfig.json"
]
}

0 comments on commit c3e5661

Please sign in to comment.