some cleanup

This commit is contained in:
2026-07-12 16:09:48 +00:00
parent 7fd56a3e0d
commit 5cd55c096d
595 changed files with 123 additions and 82756 deletions

View File

@@ -6,19 +6,19 @@ const metaTags = [
{ property: 'og:locale', content: 'en_US' },
{ property: 'og:site_name', content: 'Profen Engineering Building the Future with Integrity' },
{ property: 'og:type', content: 'website' },
{ property: 'og:image', content: '/wp-content/uploads/2024/07/logo_pe-new-bk-70.png' },
{ property: 'og:image:secure_url', content: '/wp-content/uploads/2024/07/logo_pe-new-bk-70.png' },
{ property: 'og:image', content: '/assets/images/logo_pe-new-bk-70.png' },
{ property: 'og:image:secure_url', content: '/assets/images/logo_pe-new-bk-70.png' },
{ name: 'twitter:card', content: 'summary_large_image' },
{ name: 'twitter:image', content: '/wp-content/uploads/2024/07/logo_pe-new-bk-70.png' },
{ name: 'msapplication-TileImage', content: '/wp-content/uploads/2024/07/favicon-lp-300x300.png' },
{ name: 'twitter:image', content: '/assets/images/logo_pe-new-bk-70.png' },
{ name: 'msapplication-TileImage', content: '/assets/images/favicon-lp-300x300.png' },
]
const linkTags = [
{ rel: 'canonical', href: '/' },
{ rel: 'dns-prefetch', href: '//fonts.googleapis.com' },
{ rel: 'icon', href: '/wp-content/uploads/2024/07/favicon-lp-80x80.png', sizes: '32x32' },
{ rel: 'icon', href: '/wp-content/uploads/2024/07/favicon-lp-300x300.png', sizes: '192x192' },
{ rel: 'apple-touch-icon', href: '/wp-content/uploads/2024/07/favicon-lp-300x300.png' },
{ rel: 'icon', href: '/assets/images/favicon-lp-80x80.png', sizes: '32x32' },
{ rel: 'icon', href: '/assets/images/favicon-lp-300x300.png', sizes: '192x192' },
{ rel: 'apple-touch-icon', href: '/assets/images/favicon-lp-300x300.png' },
]
export default function useThemeAssets() {