Skip to content

Commit 056ee45

Browse files
authored
1 parent e089141 commit 056ee45

File tree

4 files changed

+31
-2
lines changed

4 files changed

+31
-2
lines changed

.parcelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"extends": "@parcel/config-default",
3-
"resolvers": ["parcel-resolver-ignore", "..."]
3+
"resolvers": ["parcel-resolver-ignore", "..."],
4+
"reporters": ["...", "parcel-reporter-static-files-copy"]
45
}

package-lock.json

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"test": "run-p lint build test:*",
1313
"test:vitest": "vitest run",
1414
"lint": "xo",
15-
"watch": "run-p watch:*",
15+
"start": "run-p watch:*",
16+
"watch": "npm start",
1617
"watch:build": "parcel serve --dist-dir public",
1718
"watch:typescript": "tsc --watch --noEmit",
1819
"watch:vitest": "vitest watch"
@@ -36,6 +37,7 @@
3637
"buffer": "^6.0.3",
3738
"npm-run-all": "^4.1.5",
3839
"parcel": "^2.12.0",
40+
"parcel-reporter-static-files-copy": "^1.5.3",
3941
"parcel-resolver-ignore": "^2.2.0",
4042
"process": "^0.11.10",
4143
"typed-query-selector": "^2.11.2",

static/sitemap.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset
3+
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
6+
>
7+
<url>
8+
<loc>https://download-directory.github.io/</loc>
9+
<lastmod>2024-07-30T12:09:48+00:00</lastmod>
10+
<priority>1.00</priority>
11+
</url>
12+
</urlset>

0 commit comments

Comments
 (0)