Skip to content

Commit

Permalink
MASTER HOTFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Zamani committed Jul 29, 2024
1 parent 9cb3c83 commit 2667e0b
Show file tree
Hide file tree
Showing 37 changed files with 29 additions and 35 deletions.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
2 changes: 1 addition & 1 deletion components.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}

/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
'IconUil:alignJustify': typeof import('~icons/uil/align-justify')['default']
Expand Down
2 changes: 1 addition & 1 deletion components/base/ToolsMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { sidebarEnabled, toggleSidebar } = useSidebar();
</script>
<template>
<div class="flex gap-1 text-md items-center">
<BaseLanguageSelector class="items-center" />
<!-- <BaseLanguageSelector class="items-center" /> -->
<BaseSocial class="items-center hidden md:flex" />
<BaseDarkMode class="items-center" />
<UButton v-if="sidebarEnabled" variant="ghost" class="p-0" @click="toggleSidebar">
Expand Down
11 changes: 3 additions & 8 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default defineNuxtConfig({
"@nuxt/image",
"@nuxtjs/i18n",
],
extends: ["nuxt-seo-kit"],
// extends: ["nuxt-seo-kit"],
runtimeConfig: {
app: {
title: process.env.SITE_NAME,
Expand Down Expand Up @@ -84,14 +84,9 @@ export default defineNuxtConfig({
inlineSSRStyles: false,
},
image: {
dir: "assets/content",

format: ["webp"],
provider: "ipx",
ipx: {
modifiers: {
quality: "80",
format: ["webp"],
},
},
},
hooks: {
"build:done": () => {
Expand Down
47 changes: 23 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,35 +12,34 @@
"preview": "nuxt preview"
},
"dependencies": {
"@giscus/vue": "^2.4.0",
"moment-jalaali": "^0.10.0"
"@giscus/vue": "^3.0.0",
"moment-jalaali": "^0.10.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240117.0",
"@iconify/json": "^2.2.175",
"@nuxt/content": "^2.11.0",
"@nuxt/devtools": "^1.0.8",
"@nuxt/image": "^1.3.0",
"@nuxt/ui": "^2.12.3",
"@cloudflare/workers-types": "^4.20240725.0",
"@iconify/json": "^2.2.232",
"@nuxt/content": "^2.13.2",
"@nuxt/devtools": "^1.3.9",
"@nuxt/image": "^1.7.0",
"@nuxt/ui": "^2.18.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "^8.0.0",
"@types/node": "^20.11.8",
"dotenv": "^16.4.1",
"ejs": "^3.1.9",
"eslint": "^8.56.0",
"@nuxtjs/i18n": "^8.3.3",
"@types/node": "^22.0.0",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unicorn": "^55.0.0",
"js-yaml": "^4.1.0",
"nuxt": "3.9.3",
"nuxt-gtag": "^1.1.2",
"nuxt-seo-kit": "^1.3.13",
"prettier": "^3.2.4",
"sass": "^1.70.0",
"sharp": "^0.33.2",
"typescript": "^5.3.3",
"unplugin-icons": "0.18.3",
"unplugin-vue-components": "^0.26.0",
"nuxt": "3.12.4",
"nuxt-gtag": "^2.1.0",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"sharp": "^0.33.4",
"typescript": "^5.5.4",
"unplugin-icons": "0.19.0",
"unplugin-vue-components": "^0.27.3",
"vite-plugin-compression": "^0.5.1"
}
}
2 changes: 1 addition & 1 deletion public/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
<script>
CMS.registerPreviewStyle('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-Variable-font-face.css')
CMS.registerPreviewStyle('./style.css')
// CMS.registerPreviewStyle('./style.css')
</script>
</body>
</html>

0 comments on commit 2667e0b

Please sign in to comment.