diff --git a/packages/imagetools_3/astroViteConfigs.js b/packages/imagetools_3/astroViteConfigs.js index 2f7b5cc..107a992 100644 --- a/packages/imagetools_3/astroViteConfigs.js +++ b/packages/imagetools_3/astroViteConfigs.js @@ -2,11 +2,11 @@ export default { "environment": "build", "isSsrBuild": false, "projectBase": "", - "publicDir": "C:\\Users\\zx\\Desktop\\polymech\\site2\\public\\", - "rootDir": "C:\\Users\\zx\\Desktop\\polymech\\site2\\", + "publicDir": "C:\\Users\\zx\\Desktop\\polymech\\library.polymech\\public\\", + "rootDir": "C:\\Users\\zx\\Desktop\\polymech\\library.polymech\\", "mode": "production", - "outDir": "C:\\Users\\zx\\Desktop\\polymech\\site2\\dist\\", + "outDir": "C:\\Users\\zx\\Desktop\\polymech\\library.polymech\\dist\\", "assetsDir": "_astro", - "sourcemap": false, + "sourcemap": "inline", "assetFileNames": "/_astro/[name]@[width].[hash][extname]" } \ No newline at end of file