The static directory was broken for some reason
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
"""Generate the HTML that makes this program useful.
|
||||
|
||||
This is what we will send to other people on Discord.
|
||||
You can remove the .html with your web server so the link will look normal.
|
||||
You can remove the .html with your web server, so the link will look normal.
|
||||
For example, with nginx, you can do this(note the $uri.html):
|
||||
location / {
|
||||
try_files $uri $uri/ $uri.html;
|
||||
@ -27,7 +27,7 @@ def generate_html_for_videos(
|
||||
url: URL for the video. This is accessible from the browser.
|
||||
width: This is the width of the video.
|
||||
height: This is the height of the video.
|
||||
screenshot: URL for screenshot.
|
||||
screenshot: URL for the screenshot.
|
||||
filename: Original video filename.
|
||||
|
||||
Returns:
|
||||
|
Reference in New Issue
Block a user