电子商务网站硬件需求,交换机做网站,如何快速被百度收录,江苏省网站备案电话在.html页面中添加标签 后端配置nginx,让index.html不缓存 location /index.html { add_header Cache-Control “no-cache, no-store”; }在vite.config.ts中添加
rollupOpyions: { output: { // 输出编译后的文件名称#xff1a;【文件名称.时间戳】、【文件名称.版本号.…在.html页面中添加标签 后端配置nginx,让index.html不缓存 location /index.html { add_header Cache-Control “no-cache, no-store”; }在vite.config.ts中添加
rollupOpyions: { output: { // 输出编译后的文件名称【文件名称.时间戳】、【文件名称.版本号.时间戳】… entryFileNames: assets/[name].[hash].js, chunkFileNames: assets/[name].[hash].js assetFileNames:assets/[name].[hash].[ext] } } }