This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* Howler.js Audio Player Demo | |
* howlerjs.com | |
* | |
* (c) 2013-2020, James Simpson of GoldFire Studios | |
* goldfirestudios.com | |
* | |
* MIT License | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import ErrorPage from "next/error"; | |
import { getStrapiURL, getTV, getTVGQL } from "utils/api"; | |
import { useRouter } from "next/router"; | |
import axios from 'axios'; | |
import Link from "next/link"; | |
import Image from 'next/image'; | |
import TVChannels from "@/components/tv/TVChannels"; | |
import ChannelsFM from "components/tv/channelsFM"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"collections": [ | |
{ | |
"id": "4", | |
"index": 4, | |
"Name": "Guitar Tools", | |
"Description": "List of Websites for Guitar Players", | |
"Links": [ | |
{ | |
"id": "13", | |
"Title": "Songsterr - Guitar Tabs", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
# listen HTTP | |
listen 80; | |
server_name api.domain.com; | |
# Redirect HTTPS | |
return 301 https://$host$request_uri; | |
} | |
server { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"pagination": { | |
"limit": 25, | |
"offset": 0, | |
"count": 25, | |
"total": 5683 | |
}, | |
"data": [ | |
{ | |
"author": null, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"pagination": { | |
"limit": 25, | |
"offset": 0, | |
"count": 25, | |
"total": 28 | |
}, | |
"data": [ | |
{ | |
"author": null, |
OlderNewer