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