@htlkg/astro 0.0.11 → 0.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htlkg/astro",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -16,12 +16,10 @@
16
16
 
17
17
  import DefaultLayout from "../layouts/DefaultLayout.astro";
18
18
  import LoginForm from "./LoginForm.vue";
19
+ import { loginPageConfig } from "virtual:htlkg-config";
19
20
 
20
21
  export const prerender = false;
21
22
 
22
- // Get configuration from virtual module
23
- const { loginPageConfig } = await import("virtual:htlkg-config");
24
-
25
23
  const {
26
24
  logo = "https://images.hotelinking.com/ui/WiFiBot.svg",
27
25
  title = "Sign In",