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
It looks that for any path for templates dir other than the default --template-dir templates/ is ignored
I suspect the problem is that the template files are always copied in the /templates folder, regardless of the --template-dir option, while/but index.py takes note on the custom path, thus the mismatch.
Currently, the only way to make templates work is to run datasette publish from the parent folder of templates dir, named as such.
Vercel CLI 23.0.0
The text was updated successfully, but these errors were encountered:
It looks that for any path for templates dir other than the default
--template-dir templates/
is ignoredI suspect the problem is that the template files are always copied in the
/templates
folder, regardless of the--template-dir
option, while/butindex.py
takes note on the custom path, thus the mismatch.Currently, the only way to make templates work is to run
datasette publish
from the parent folder oftemplates
dir, named as such.Vercel CLI 23.0.0
The text was updated successfully, but these errors were encountered: