From ecd153798af65e5fd27b512ea31fa30614289a93 Mon Sep 17 00:00:00 2001 From: Owen Buckley Date: Sun, 2 Aug 2020 19:58:38 -0400 Subject: [PATCH] link to Netlify docs for configuration --- www/pages/guides/netlify-deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/pages/guides/netlify-deploy.md b/www/pages/guides/netlify-deploy.md index 968a5daf5..077470868 100644 --- a/www/pages/guides/netlify-deploy.md +++ b/www/pages/guides/netlify-deploy.md @@ -27,4 +27,4 @@ After you have created your Greenwood project and pushed your code to a GitHub r Done. It will start building your first deployment and will update each time you make changes to the master branch of your repo. -> We recommend **_disabling_** Netlify [Asset Optimization](https://www.netlify.com/blog/2019/08/05/control-your-asset-optimization-settings-from-netlify.toml/) since it could lead to [duplicate asset serving](https://community.netlify.com/t/asset-optimization-preloading-fonts/3197/7). Greenwood will do all the bundling / minifying you need. You can review the [_netlify.toml_](https://github.com/ProjectEvergreen/greenwood/blob/master/netlify.toml) to see what configuration we're using for the Greenwood website. \ No newline at end of file +> We recommend **_disabling_** Netlify [Asset Optimization](https://www.netlify.com/blog/2019/08/05/control-your-asset-optimization-settings-from-netlify.toml/) since it could lead to [duplicate asset serving](https://community.netlify.com/t/asset-optimization-preloading-fonts/3197/7). Greenwood will do all the bundling / minifying you need. You can review the [_netlify.toml_](https://github.com/ProjectEvergreen/greenwood/blob/master/netlify.toml) to see what configuration we're using for the Greenwood website. More information available [here](https://docs.netlify.com/configure-builds/file-based-configuration/) about Netlify configuration files. \ No newline at end of file