mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
chore: update dependencies and add force-gpu utility
This commit is contained in:
parent
2a731b067a
commit
614b41ed87
4 changed files with 174 additions and 172 deletions
|
@ -44,6 +44,10 @@ export default defineConfig({
|
|||
'backface-visibility': 'hidden',
|
||||
'-webkit-backface-visibility': 'hidden',
|
||||
}],
|
||||
['force-gpu', {
|
||||
'transform': 'translateZ(0)',
|
||||
'-webkit-transform': 'translateZ(0)',
|
||||
}],
|
||||
],
|
||||
transformers: [
|
||||
transformerDirectives(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue