File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9" >
3
+ <url >
4
+ <loc >https://www.stablecanvas.com/</loc >
5
+ <lastmod >2024-05-29</lastmod >
6
+ <changefreq >weekly</changefreq >
7
+ <priority >1.0</priority >
8
+ </url >
9
+ <url >
10
+ <loc >https://docs.stablecanvas.com/</loc >
11
+ <lastmod >2024-05-29</lastmod >
12
+ <changefreq >weekly</changefreq >
13
+ <priority >0.8</priority >
14
+ </url >
15
+ <url >
16
+ <loc >https://studio.stablecanvas.com/</loc >
17
+ <lastmod >2024-05-29</lastmod >
18
+ <changefreq >weekly</changefreq >
19
+ <priority >0.8</priority >
20
+ </url >
21
+ </urlset >
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ if [ ! -d "./dist" ]; then
20
20
mkdir dist
21
21
fi
22
22
node $HTML_MINIFY index.html ./dist/index.html
23
+ cp ../sitemap.xml ./dist/sitemap.xml
23
24
24
25
# build landing
25
26
cd $WORKDIR /pages/landing
29
30
node $HTML_MINIFY index.html ./dist/index.html
30
31
cp og-image.jpg ./dist/og-image.jpg
31
32
cp twitter-card-image.jpg ./dist/twitter-card-image.jpg
33
+ cp ../sitemap.xml ./dist/sitemap.xml
32
34
33
35
echo " Build done!"
You can’t perform that action at this time.
0 commit comments