Skip to content

Commit

Permalink
chore: update link to docs for missing netlify.toml warning (#8673)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtm-nayan authored Jan 23, 2023
1 parent 24d2efe commit 943fb7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/two-pens-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/adapter-netlify': patch
---

chore: update link to docs for missing netlify.toml warning
2 changes: 1 addition & 1 deletion packages/adapter-netlify/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ function get_publish_directory(netlify_config, builder) {
}

builder.log.warn(
'No netlify.toml found. Using default publish directory. Consult https://github.com/sveltejs/kit/tree/master/packages/adapter-netlify#configuration for more details '
'No netlify.toml found. Using default publish directory. Consult https://kit.svelte.dev/docs/adapter-netlify#usage for more details'
);
}

Expand Down

0 comments on commit 943fb7d

Please sign in to comment.