Commit Graph

12 Commits

Author SHA1 Message Date
b2a15be12e Feat: Refactor jsonld & method to update document title and description (#4)
* Generates JSON ld structured metadata from a product & appends to head

* Updated IProduct & IVariation interface

* Added IProductResponse & IProductsResponse interfaces

* Fixed sitemap urls having to many protocols

* Implemented jsonld for product w/ variations

* Aligned Product responses between backend & frontend

* PageMeta for updating head meta values: title & description

Use on any page where we want to display a unique meta page title &
description

* Set document language to norwegian

* Linting
2022-11-30 00:39:04 +01:00
296cfb80a0 Feat: JsonLd product metadata (#2)
* Generates JSON ld structured metadata from a product & appends to head

* Updated IProduct & IVariation interface

* Added IProductResponse & IProductsResponse interfaces

* Fixed sitemap urls having to many protocols
2022-11-28 22:19:32 +01:00
f3751da335 Merge pull request #1 from KevinMidboe/ci/setup
CI: Setup
2022-11-28 21:10:40 +01:00
69d5f8f296 Changed build directory back to .sveltekit folder 2022-11-28 20:35:33 +01:00
cd163c1635 Add drone config signature 2022-11-28 20:27:48 +01:00
b8d4ab28ee Started CI drone setup with build and lint steps 2022-11-28 20:25:01 +01:00
5c0a6a1294 Updated transporters information on terms & conditions 2022-11-28 20:17:27 +01:00
df721080c0 Static assets 2022-11-28 20:03:33 +01:00
7fdfa1ab15 All planetposen routes at version 0.1 2022-11-28 20:03:23 +01:00
c76732e6e7 All sveltekit library files 2022-11-28 20:02:55 +01:00
502efef964 Main entry and glboal styles 2022-11-28 20:02:22 +01:00
c013c839bb Dependencies, README, svelte setup w/ vite, prettier & eslint configs 2022-11-28 20:01:10 +01:00