Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadxp committed Aug 13, 2023
1 parent eeee6e5 commit 814e6b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import metas from "lume/plugins/metas.ts";
import postcss from "lume/plugins/postcss.ts";

const site = lume({
location: new URL("https://dry-donkey-75.deno.dev"),
location: new URL("https://lume-gooks.deno.dev"),
components: {
variable: "components",
},
Expand Down
10 changes: 5 additions & 5 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My First Lume Site | Lume Site</title>
<link rel="canonical" href="http://localhost:3000/">
<link rel="canonical" href="https://lume-gooks.deno.dev/">
<link rel="stylesheet" href="/css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="/css/bootstrap-grid.min.css">
<link rel="stylesheet" href="/css/blueimp-gallery.min.css">
Expand All @@ -15,13 +15,13 @@
<meta property="og:site_name" content="My First Lume Site">
<meta property="og:locale" content="en">
<meta property="og:description" content="Just a demo site using lume deno">
<meta property="og:url" content="http://localhost:3000/">
<meta property="og:image" content="http://localhost:3000/img/cover.jpg">
<meta property="og:url" content="https://lume-gooks.deno.dev/">
<meta property="og:image" content="https://lume-gooks.deno.dev/img/cover.jpg">
<meta name="twitter:description" content="Just a demo site using lume deno">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="http://localhost:3000/img/cover.jpg">
<meta name="twitter:image" content="https://lume-gooks.deno.dev/img/cover.jpg">
<meta itemprop="description" content="Just a demo site using lume deno">
<meta itemprop="image" content="http://localhost:3000/img/cover.jpg">
<meta itemprop="image" content="https://lume-gooks.deno.dev/img/cover.jpg">
<meta name="description" content="Just a demo site using lume deno">
<meta name="generator" content="Lume v1.18.4">
</head>
Expand Down

0 comments on commit 814e6b4

Please sign in to comment.