Skip to content

Commit

Permalink
Install nuxt-simple-robots
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Nov 22, 2023
1 parent 9d01226 commit 036f23c
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ useHead({
title: laravel[0],
})
defineRobotMeta()
useSeoMeta({
title: 'Laravel Artisan Cheatsheet',
description: "A bookmarkable, searchable cheatsheet for Laravel's PHP Artisan commands.",
Expand All @@ -25,6 +27,8 @@ useSeoMeta({

<template>
<div>
<RobotMeta />

<slot />
</div>
</template>
1 change: 1 addition & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export default defineNuxtConfig({
'@nuxtjs/tailwindcss',
'@nuxtjs/color-mode',
'nuxt-simple-sitemap',
'nuxt-simple-robots',
],

// Axios module configuration: https://go.nuxtjs.dev/config-axios
Expand Down
18 changes: 18 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"lodash.groupby": "^4.6.0",
"mousetrap": "^1.6.5",
"nuxt": "^3.7.4",
"nuxt-simple-robots": "^3.1.9",
"nuxt-simple-sitemap": "^4.1.3",
"postcss": "^8.4.31",
"vue-router": "^4.2.5"
Expand Down
File renamed without changes.

1 comment on commit 036f23c

@vercel
Copy link

@vercel vercel bot commented on 036f23c Nov 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.