Do not serve ancestor folder
This commit is contained in:
parent
aeaec1c3d2
commit
7456e9825d
1 changed files with 0 additions and 6 deletions
|
@ -17,12 +17,6 @@ const config = {
|
|||
precompress: false,
|
||||
})
|
||||
},
|
||||
server: {
|
||||
fs: {
|
||||
// Allow serving files from one level up to the project root
|
||||
allow: ['..'],
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
|
Loading…
Reference in a new issue