Commit 8f291a96 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

chore: latest removed from tagName

parent 954bba9d
......@@ -51,7 +51,7 @@
num_ctx: ''
};
$: tagName = title !== '' ? `${title.replace(/\s+/g, '-').toLowerCase()}:latest` : '';
$: tagName = title !== '' ? `${title.replace(/\s+/g, '-').toLowerCase()}` : '';
$: if (!raw) {
content = `FROM ${model}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment