Skip to content

Commit

Permalink
fix: 💫 update SEO resources
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneylab committed Oct 30, 2021
1 parent 64a739e commit 7f7c6c4
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sveltekit-blog-mdx",
"version": "1.0.0",
"scripts": {
"dev": "svelte-kit dev --port 3000",
"dev": "svelte-kit dev --port 3030",
"build": "npm run generate:manifest && svelte-kit build && node ./generate-headers",
"preview": "svelte-kit preview --port 3000",
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
Expand Down
Binary file removed src/lib/assets/home/home-open-graph-square.jpg
Binary file not shown.
Binary file added src/lib/assets/home/home-open-graph-square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/lib/assets/home/home-open-graph.jpg
Binary file not shown.
Binary file added src/lib/assets/home/home-open-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/lib/assets/home/home-twitter.jpg
Binary file not shown.
Binary file added src/lib/assets/home/home-twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/lib/assets/home/home.jpg
Binary file not shown.
Binary file added src/lib/assets/home/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/lib/components/SEO/index.svelte
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<script lang="ts">
import defaultFeaturedImage from '$lib/assets/home/home.jpg';
import defaultOgImage from '$lib/assets/home/home-open-graph.jpg';
import defaultOgSquareImage from '$lib/assets/home/home-open-graph-square.jpg';
import defaultTwitterImage from '$lib/assets/home/home-twitter.jpg';
import defaultFeaturedImage from '$lib/assets/home/home.png';
import defaultOgImage from '$lib/assets/home/home-open-graph.png';
import defaultOgSquareImage from '$lib/assets/home/home-open-graph-square.png';
import defaultTwitterImage from '$lib/assets/home/home-twitter.png';
import website from '$lib/config/website';
import { VERTICAL_LINE_ENTITY } from '$lib/constants/entities';
Expand Down
4 changes: 2 additions & 2 deletions src/lib/config/website.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const website = {
entity: 'Rodney Lab',
ogLanguage: 'en_GB',
siteLanguage: 'en-GB',
siteTitle: 'SvelteKit Blog Mdx',
siteShortTitle: 'SvelteKit Blog',
siteTitle: 'Narcissus Blog',
siteShortTitle: 'Narcissus',
siteUrl: import.meta.env ? (import.meta.env.VITE_SITE_URL as string) : '',
icon: 'static/icon.png',
backgroundColor: '#1b4079',
Expand Down
20 changes: 10 additions & 10 deletions static/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
<url>
<loc>https://sveltekit-mdx-starter.rodneylab.com/contact/</loc>
<lastmod>2021-08-16T17:51:04.461Z</lastmod>
<loc>https://narcissus-blog.rodneylab.com/contact/</loc>
<lastmod>2021-10-30T11:20:21.076Z</lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url> <url>
<loc>https://sveltekit-mdx-starter.rodneylab.com/</loc>
<lastmod>2021-08-16T17:51:04.461Z</lastmod>
<loc>https://narcissus-blog.rodneylab.com/</loc>
<lastmod>2021-10-30T11:20:21.076Z</lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sveltekit-mdx-starter.rodneylab.com/best-medium-format-camera-for-starting-out/</loc>
<lastmod>2021-04-14T10:17:52.000+0100</lastmod>
<loc>https://narcissus-blog.rodneylab.com/best-medium-format-camera-for-starting-out/</loc>
<lastmod>2021-10-31T16:04:42.000+0100</lastmod>
<changefreq>daily</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sveltekit-mdx-starter.rodneylab.com/folding-camera/</loc>
<lastmod>2021-04-14T10:17:52.000+0100</lastmod>
<loc>https://narcissus-blog.rodneylab.com/folding-camera/</loc>
<lastmod>2021-10-29T15:38:49.000+0100</lastmod>
<changefreq>daily</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sveltekit-mdx-starter.rodneylab.com/twin-lens-reflex-camera/</loc>
<lastmod>2021-04-14T10:17:52.000+0100</lastmod>
<loc>https://narcissus-blog.rodneylab.com/twin-lens-reflex-camera/</loc>
<lastmod>2021-04-06T10:31:48.000+0100</lastmod>
<changefreq>daily</changefreq>
<priority>0.7</priority>
</url>
Expand Down

0 comments on commit 7f7c6c4

Please sign in to comment.