mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Try env.VIDEO_SOURCE first
This commit is contained in:
parent
ab5d968d4f
commit
daa3f03356
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ const makeThumbnailData = function ( thumbnails, widthLimit = null ) {
|
||||||
|
|
||||||
export default async function ( applist ) {
|
export default async function ( applist ) {
|
||||||
|
|
||||||
const videosJsonUrl = `${process.env.VFUNCTIONS_URL}/videos.json`
|
const videosJsonUrl = process.env.VIDEO_SOURCE || `${process.env.VFUNCTIONS_URL}/videos.json`
|
||||||
|
|
||||||
// Fetch Commits
|
// Fetch Commits
|
||||||
const response = await axios.get( videosJsonUrl )
|
const response = await axios.get( videosJsonUrl )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue