some cleanup
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user