Skip to content

Commit

Permalink
Add SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
minhhikari1994 committed Apr 18, 2024
1 parent 062b5ea commit 9bdf7ee
Show file tree
Hide file tree
Showing 4 changed files with 2,390 additions and 80 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- run: pnpm run build
env:
NUXT_PUBLIC_STUDIO_TOKENS: ${{ vars.NUXT_PUBLIC_STUDIO_TOKENS }}
NUXT_PUBLIC_SITE_URL: ${{ vars.NUXT_PUBLIC_SITE_URL }}
- name: Build the Docker image
run: docker build -t minhhikari/hikari-aniblog:latest .
- name: Push the "latest" image
Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {resolve} from 'path'
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true },
modules: ['@nuxt/content', '@nuxt/ui', '@nuxtjs/i18n', '@nuxthq/studio', 'nuxt-cron'],
modules: ['@nuxt/content', '@nuxt/ui', '@nuxtjs/i18n', '@nuxthq/studio', 'nuxt-cron', '@nuxtjs/seo'],
css: [
'~/assets/css/main.css',
'primeflex/primeflex.css',
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"devDependencies": {
"@nuxthq/studio": "^1.0.13",
"@nuxtjs/i18n": "^8.3.0",
"@nuxtjs/seo": "2.0.0-rc.10",
"nuxt-cron": "^1.5.1",
"primeflex": "^3.3.1",
"sass": "^1.75.0"
Expand Down
Loading

0 comments on commit 9bdf7ee

Please sign in to comment.