Skip to content

Commit

Permalink
Merge pull request #5 from murchinroom/feat-seo
Browse files Browse the repository at this point in the history
Add SEO
  • Loading branch information
cdfmlr authored Dec 25, 2024
2 parents 8b195f8 + 0f243cb commit ad0b5c7
Show file tree
Hide file tree
Showing 5 changed files with 896 additions and 177 deletions.
5 changes: 4 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ export default defineNuxtConfig({
autoprefixer: {},
},
},
modules: ["nuxt-icon", "@nuxt/content"],
modules: ["nuxt-icon", "@nuxt/content", "@nuxtjs/seo"],
site: {
url: "www.murchinroom.fun",
},
content: {
sources: {
// default source is the `content` directory: not used.
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"vue-router": "^4.5.0"
},
"dependencies": {
"@nuxtjs/seo": "^2.0.2",
"rehype-katex": "^7.0.1",
"rehype-mathjax": "^6.0.0",
"remark-math": "^6.0.0"
Expand Down
97 changes: 0 additions & 97 deletions pages/about.vue

This file was deleted.

79 changes: 0 additions & 79 deletions pages/pricing.vue

This file was deleted.

Loading

0 comments on commit ad0b5c7

Please sign in to comment.