constredirectButton=(req.query.redirect&&typeofreq.query.redirect!=='undefined')?`<a class="btn btn--primary" href="${req.query.redirect}">back to your flight</a>`:`<a class="btn btn--primary" href="${baseURL()}">back to the map</a>`;
constredirectButton=(req.query.redirect&&typeofreq.query.redirect!=='undefined')?`<a class="btn btn--primary" href="${req.query.redirect}">back to your flight</a>`:`<a class="btn btn--primary" href="${process.env.BASE_URL}">back to the map</a>`;
// Global page headers: https://go.nuxtjs.dev/config-head
head:{
@ -27,16 +27,16 @@ export default {
{name:'format-detection',content:'telephone=no'},
{itemprop:'name',content:'Small Planes, Big Experiences'},
{itemprop:'description',content:'FlyLocal is the best way to find local airlines that fly throughout the great state of Alaska. Explore the \'Last Frontier\' with FlyLocal.'},
{property:'og:title',content:'Small Planes, Big Experiences'},
{property:'og:description',content:'FlyLocal is the best way to find local airlines that fly throughout the great state of Alaska. Explore the \'Last Frontier\' with FlyLocal.'},
{name:'twitter:title',content:'Small Planes, Big Experiences'},
{name:'twitter:description',content:'FlyLocal is the best way to find local airlines that fly throughout the great state of Alaska. Explore the \'Last Frontier\' with FlyLocal.'},