release: vite-plugin-earth@2.0.5

This commit is contained in:
2023-06-05 14:58:48 +08:00
parent 7956b654bd
commit 4d2294e6b2
6 changed files with 19 additions and 66 deletions

View File

@ -4,8 +4,7 @@ import earth from 'vite-plugin-earth';
export default defineConfig({
plugins: [
earth({
useMars3D: true,
useCDN: { mars3d: '3.5.1' }
useMars3D: true
})
]
});