mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
add shared and .js files to exclude
This commit is contained in:
parent
93ff2d3207
commit
ac9c6fd73f
1 changed files with 1 additions and 1 deletions
|
|
@ -12,5 +12,5 @@ export const config = {
|
|||
cache: "manual",
|
||||
path: "/*",
|
||||
// Pass all assets to the netlify asset server
|
||||
excluded_patterns: ["/_assets/*"],
|
||||
excluded_patterns: ["/_assets/*", "/_shared/*", "/**/*.js"],
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue