Skip to content

Commit cf29021

Browse files
authored
Merge branch 'master' into dev
2 parents 1c66973 + b5e31c5 commit cf29021

File tree

6 files changed

+202
-93
lines changed

6 files changed

+202
-93
lines changed

components/shared/AdvBanner.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ onMounted(() => {
136136
position: relative;
137137
width: 100%;
138138
139-
border-radius: 8px;
139+
border-radius: 12px;
140140
background: var(--op-3);
141141
142142
padding: 8px 16px;

nuxt.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import topLevelAwait from "vite-plugin-top-level-await"
55
import path from "path"
66

77
export default defineNuxtConfig({
8-
modules: ["nuxt-site-config", "@pinia/nuxt", "nuxt-og-image", "@nuxtjs/sitemap"],
8+
modules: ["nuxt-site-config", "@nuxtjs/robots", "@pinia/nuxt", "nuxt-og-image", "@nuxtjs/sitemap"],
99

1010
site: {
1111
url: "https://celenium.io",
@@ -15,6 +15,10 @@ export default defineNuxtConfig({
1515
xsl: false,
1616
},
1717

18+
robots: {
19+
sitemap: "/sitemap.xml",
20+
},
21+
1822
routeRules: {
1923
"/": {
2024
sitemap: {

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "celestia-explorer",
3-
"version": "1.16.0",
3+
"version": "1.19.0",
44
"packageManager": "[email protected]",
55
"homepage": "https://celenium.io/",
66
"license": "MIT",
@@ -15,6 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@nuxt/devtools": "latest",
18+
"@nuxtjs/robots": "5.4.0",
1819
"@nuxtjs/sitemap": "7.2.10",
1920
"@unhead/vue": "^2.0.0-rc.1",
2021
"cross-env": "^7.0.3",

0 commit comments

Comments
 (0)