Commit Graph

10 Commits

Author SHA1 Message Date
af6bf329ce
fix(open graph related): update all in slug open graph header section metag tag component via removing prior manual addition of open graph tag contents properties & updated default root directory for loading open graph images of blog posts for social media featuered/preview card image component shring to og-images in root of build dist directory instead of loading remotely from homepage domain address 2024-09-13 02:53:27 -07:00
012cced6ce
fix(open graph site type): update open graph website property key value via switching from website to article for abiding with mark-up of open graph preview type for blog posts or web articles avoiding link preview of social media platforms predicate blog post type and returns to the default open graph for homepage rater than routed open graph images 2024-09-11 16:23:29 -07:00
7889e3fbb7 update(open graph url): add property entry field for open graph url with the correlated value of routed slug post href link to blog post 2024-09-11 22:39:53 +00:00
8e7dea3069 fix(open graph): remove uncessessary open graph property field of hid but omitting name and content field only & change the content of open graph site name of all blog post routes to dynamically append current blog post route path to name/link as value to og site name property 2024-09-11 22:16:19 +00:00
a7f2f1937e test(open graph): manually add head tag metadata properties of all open graph data for testing featuared/preview images on social media link preview specifically for blog post internal pages by modifying properties of blog post slugs & add twitter image properties for blog post specifically for slug routes 2024-09-11 22:13:56 +00:00
5732eac358 fix(comma): add missing trailling comma to the the line before the og image key-value field property avoiding vercel build throwing errors on expected syntaxes 2024-09-11 09:03:33 +00:00
7955c2705a test(open graph): manually add open graph tag & data entries to the prepare metadata function to genearte full custom head tag contents with manually added fields & property for og:image og:title & og:description for featured/preview images and links on social media platforms 2024-09-11 09:00:52 +00:00
0b3debeb96 test(og image): alter absolute path of generated open graph png meta header file to full uri path starting with the prefix of https://toshiki.dev/og-images/* preventing og images not being able to load on link preview data fetching 2024-09-11 08:51:14 +00:00
Anda Toshiki
fc6205792d chore(disqus): remove disqus commenting system component from blog page slug template for feature depcration 2024-05-09 18:49:18 -07:00
Anda Toshiki
324edea85e init: initial commit for all project root sources 2024-05-09 00:51:12 -07:00