You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readme as well as the help section in the tool gives the user an option to use -o or --output. So, if the user uses that and specifies a specific location, the tool should generate the web pages in that directory.
Hmm.. yeah I set that place all output into a ./dist folder by default. And I didn't make a feature for the output path which is an optional feature so far. But your idea is good, I should make that feature as well. 👍 👍
The readme as well as the help section in the tool gives the user an option to use
-o or --output
. So, if the user uses that and specifies a specific location, the tool should generate the web pages in that directory.For instance, I tried running:
It should store the results in
output_dir
, however it still stores the results in the default./dist
. It seems like./dist
is hardcoded:My-First-SSG/server.js
Lines 30 to 43 in ae06d02
The text was updated successfully, but these errors were encountered: