Commit Graph

19 Commits

Author SHA1 Message Date
6218a0d33c Customer and Cart interfaces 2022-12-05 18:28:46 +01:00
416303b601 Refactored shared css & removed unused styles 2022-12-05 18:27:24 +01:00
86920d254f Use hooks to check env and rewrite API call url if localhost 2022-12-05 18:25:37 +01:00
5f0b357d88 Updated ts types, sync w/ backend 2022-12-05 18:24:01 +01:00
31d639fe01 Resolved merge conflict 2022-12-03 17:15:12 +01:00
18406dcd0b Page title & meta description for webshop product 2022-12-03 17:13:44 +01:00
82a6bb3e5b Page title & meta description for webshop product 2022-12-03 16:48:14 +01:00
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