# ------------------------------------ # 欢迎您使用阿里云对象存储 OSS 组件进行项目开发 # 组件仓库地址/帮助文档:https://github.com/devsapp/oss # Yaml参考文档:https://github.com/devsapp/oss/blob/master/readme.md # 关于如何做CICD等问题,可以参考:https://github.com/Serverless-Devs/Serverless-Devs/blob/master/docs/zh/cicd.md # 有问题快来钉钉群问一下吧:33947367 # ------------------------------------ edition: 1.0.0 access: default vars: # 全局变量 region: cn-hongkong services: website-hexo: component: oss props: bucket: serverless-devs-index codeUri: ./dist region: ${vars.region} website: index: index.html error: 404.html subDirType: index customDomains: - domainName: www.serverless-devs.com