3 Star 0 Fork 0

mirrors_CSS-Tricks / serverless

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
astro.config.mjs 882 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chris Coyier 提交于 2021-11-25 16:11 . baby steps
export default {
// projectRoot: '.', // Where to resolve all URLs relative to. Useful if you have a monorepo project.
// pages: './src/pages', // Path to Astro components, pages, and data
// dist: './dist', // When running `astro build`, path to final static output
// public: './public', // A folder of static files Astro will copy to the root. Useful for favicons, images, and other files that don’t need processing.
buildOptions: {
// site: 'http://example.com', // Your public domain, e.g.: https://my-site.dev/. Used to generate sitemaps and canonical URLs.
sitemap: true, // Generate sitemap (set to "false" to disable)
},
devOptions: {
// hostname: 'localhost', // The hostname to run the dev server on.
// port: 3000, // The port to run the dev server on.
},
renderers: ["@astrojs/renderer-react"],
};
1
https://gitee.com/mirrors_CSS-Tricks/serverless.git
git@gitee.com:mirrors_CSS-Tricks/serverless.git
mirrors_CSS-Tricks
serverless
serverless
master

搜索帮助