{"html_url": "https://github.com/simonw/datasette/issues/1814#issuecomment-1251677220", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1814", "id": 1251677220, "node_id": "IC_kwDOBm6k_c5KmxQk", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-09-19T23:34:30Z", "updated_at": "2022-09-19T23:34:30Z", "author_association": "OWNER", "body": "The `settings.json` file can only be used with settings that are set using `--setting name value` - the full list of those is here: https://docs.datasette.io/en/stable/settings.html\r\n\r\nThe `--static` option works differently. In configuration directory mode you can skip it entirely and instead have a `/static/` folder - so your directory structure would look like this:\r\n\r\n```\r\nbibliography/static/styles.css\r\n```\r\nAnd then when you run `datasette bibliography/` the following URL will work:\r\n\r\n http://127.0.0.1:8001/static/styles.css\r\n", "reactions": "{\"total_count\": 1, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 1, \"eyes\": 0}", "issue": {"value": 1378495690, "label": "Static files not served"}, "performed_via_github_app": null}