mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add meta for tv pages
This commit is contained in:
parent
3a2326baa9
commit
2342c01b7e
4 changed files with 67 additions and 12 deletions
|
|
@ -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}`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue