We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using the vercel adapter with its own build output folder. Would be great if we can customize the build dir.
– Originally requested by @tonprince in this issue #1 (comment)
The text was updated successfully, but these errors were encountered:
@tonprince I made a new option for that and I called it outDir and --out-dir respectively. It is inspired by ts-config.json nomenclature.
outDir
--out-dir
Install: (v1.2.0-beta.0)
npm install svelte-sitemap@next
Usage (package.json):
{ "name": "my-project", "scripts": { "postbuild": "svelte-sitemap --domain https://mydomain.com --out-dir my-custom-build-folder" } }
Let me know what do you think ;)
Sorry, something went wrong.
Thanks, that looks great.
@tonprince @100lvlmaster Stable version v1.2.1 just released
v1.2.1
Thanks guys ;)
npm install svelte-sitemap --save-dev
bartholomej
Successfully merging a pull request may close this issue.
– Originally requested by @tonprince in this issue #1 (comment)
The text was updated successfully, but these errors were encountered: