css hashを短くする
This commit is contained in:
parent
0848df1bf3
commit
ce7d6aa57f
1 changed files with 5 additions and 2 deletions
|
@ -9,9 +9,12 @@ const config = {
|
|||
adapter: adapter(),
|
||||
paths: {
|
||||
base: "/blog",
|
||||
relative: false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
compilerOptions: {
|
||||
cssHash: ({hash,css}) => `_${hash(css)}`
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue