css hashを短くする

This commit is contained in:
moris 2025-03-12 23:10:34 +09:00
parent 0848df1bf3
commit ce7d6aa57f

View file

@ -9,9 +9,12 @@ const config = {
adapter: adapter(),
paths: {
base: "/blog",
relative: false
}
}
},
compilerOptions: {
cssHash: ({hash,css}) => `_${hash(css)}`
},
};
export default config;