vue history模式部署至阿里云
边缘脚本
阿里云CDN推出了一项新功能:边缘脚本
。在它的帮助下,终于可以将vue项目中碍眼的#
去除了。
脚本代码
if not(match_re($uri, '[\\.]')) {
rewrite('/index.html', 'break')
}
- Author: Half Stack
- Link: https://zhangsn.me/vue-history-aliyun-cdn/
- License: This work is under a 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议. Kindly fulfill the requirements of the aforementioned License when adapting or creating a derivative of this work.