Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lga
crater-ui
Commits
07244c52
Commit
07244c52
authored
Oct 31, 2022
by
Lionel DURAND
Browse files
Fix robots.txt
parents
fe202533
9efc388a
Changes
3
Hide whitespace changes
Inline
Side-by-side
apps/crater/config/prod/robots.txt
View file @
07244c52
User-agent: *
Sitemap: https://crater.resiliencealimentaire.org/sitemaps/sitemap_index.xml
\ No newline at end of file
Sitemap: https://crater.resiliencealimentaire.org/sitemap-index.xml
\ No newline at end of file
apps/crater/package.json
View file @
07244c52
...
...
@@ -12,7 +12,7 @@
"build:types"
:
"tsc -b"
,
"build:test"
:
"jest"
,
"build:vite"
:
"vite build --mode ${npm_config_env}"
,
"build:sitemaps"
:
"npx ts-node ./sitemaps/generer_sitemaps.ts & copyfiles sitemaps/sitemap
_
index.xml build -f"
,
"build:sitemaps"
:
"npx ts-node ./sitemaps/generer_sitemaps.ts & copyfiles sitemaps/sitemap
-
index.xml build -f"
,
"build:copy-config"
:
"copyfiles -a -u 2
\"
config/${npm_config_env}/**/*
\"
build"
,
"build"
:
"run-s clean build:types build:test build:vite build:sitemaps build:copy-config"
,
"serve"
:
"vite preview --port 8088"
,
...
...
apps/crater/sitemaps/sitemap
_
index.xml
→
apps/crater/sitemaps/sitemap
-
index.xml
View file @
07244c52
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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