Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
2370a80c
Commit
2370a80c
authored
Mar 04, 2025
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip ci] open sprite page on prod environment
parent
9e404c5b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
next-sitemap.config.js
deploy/tools/sitemap-generator/next-sitemap.config.js
+9
-0
sprite.tsx
pages/sprite.tsx
+1
-1
No files found.
deploy/tools/sitemap-generator/next-sitemap.config.js
View file @
2370a80c
...
@@ -54,6 +54,15 @@ module.exports = {
...
@@ -54,6 +54,15 @@ module.exports = {
siteUrl
,
siteUrl
,
generateIndexSitemap
:
false
,
generateIndexSitemap
:
false
,
generateRobotsTxt
:
true
,
generateRobotsTxt
:
true
,
robotsTxtOptions
:
{
policies
:
[
{
userAgent
:
'
*
'
,
allow
:
'
/
'
,
disallow
:
[
'
/auth/*
'
,
'
/login
'
,
'
/sprite
'
,
'
/account/*
'
,
'
/api/*
'
,
'
/node-api/*
'
],
},
],
},
sourceDir
:
path
.
resolve
(
process
.
cwd
(),
'
../../../.next
'
),
sourceDir
:
path
.
resolve
(
process
.
cwd
(),
'
../../../.next
'
),
outDir
:
path
.
resolve
(
process
.
cwd
(),
'
../../../public
'
),
outDir
:
path
.
resolve
(
process
.
cwd
(),
'
../../../public
'
),
exclude
:
[
exclude
:
[
...
...
pages/sprite.tsx
View file @
2370a80c
...
@@ -15,4 +15,4 @@ const Page: NextPage = () => {
...
@@ -15,4 +15,4 @@ const Page: NextPage = () => {
export
default
Page
;
export
default
Page
;
export
{
dev
as
getServerSideProps
}
from
'
nextjs/getServerSideProps
'
;
export
{
base
as
getServerSideProps
}
from
'
nextjs/getServerSideProps
'
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment