Add meta for tv pages

This commit is contained in:
Sam Carlton 2021-01-25 13:16:21 -06:00
parent 3a2326baa9
commit 2342c01b7e
4 changed files with 67 additions and 12 deletions

View file

@ -1,9 +1,13 @@
import fs from 'fs'
import replace_css_url from 'replace-css-url'
import dotenv from 'dotenv'
import { InlineCodeManager } from '@11ty/eleventy-assets'
import nuxtConfig from './nuxt.config'
// Setup dotenv
dotenv.config()
function getAssetFilePath(componentName) {
return `./${componentName}`