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",
|
cache: "manual",
|
||||||
path: "/*",
|
path: "/*",
|
||||||
// Pass all assets to the netlify asset server
|
// Pass all assets to the netlify asset server
|
||||||
excluded_patterns: [
|
excluded_patterns: ["/_assets/*"],
|
||||||
'^\\/_assets\\/[^\\/]*$',
|
|
||||||
'^\\/shared\\/[^\\/]*$',
|
|
||||||
'^\\/**\\/[^\\/]*$',
|
|
||||||
],
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue