chore: cleanup
This commit is contained in:
parent
de566a3205
commit
c5e175bbc2
3 changed files with 10 additions and 10 deletions
12
package-lock.json
generated
12
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "24.4.4",
|
||||
"version": "24.4.5",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "coryd.dev",
|
||||
"version": "24.4.4",
|
||||
"version": "24.4.5",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cdransf/api-text": "^1.5.0",
|
||||
|
@ -30,7 +30,7 @@
|
|||
"markdown-it": "^14.1.0",
|
||||
"markdown-it-anchor": "^9.1.0",
|
||||
"markdown-it-footnote": "^4.0.0",
|
||||
"postcss": "^8.4.41",
|
||||
"postcss": "^8.4.42",
|
||||
"postcss-cli": "^11.0.0",
|
||||
"postcss-import": "^16.1.0",
|
||||
"postcss-import-ext-glob": "^2.1.1",
|
||||
|
@ -3261,9 +3261,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/postcss": {
|
||||
"version": "8.4.41",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz",
|
||||
"integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==",
|
||||
"version": "8.4.42",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.42.tgz",
|
||||
"integrity": "sha512-hywKUQB9Ra4dR1mGhldy5Aj1X3MWDSIA1cEi+Uy0CjheLvP6Ual5RlwMCh8i/X121yEDLDIKBsrCQ8ba3FDMfQ==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "24.4.4",
|
||||
"version": "24.4.5",
|
||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -46,7 +46,7 @@
|
|||
"markdown-it": "^14.1.0",
|
||||
"markdown-it-anchor": "^9.1.0",
|
||||
"markdown-it-footnote": "^4.0.0",
|
||||
"postcss": "^8.4.41",
|
||||
"postcss": "^8.4.42",
|
||||
"postcss-cli": "^11.0.0",
|
||||
"postcss-import": "^16.1.0",
|
||||
"postcss-import-ext-glob": "^2.1.1",
|
||||
|
|
|
@ -6,7 +6,7 @@ async function handleRequest(request) {
|
|||
const url = new URL(request.url)
|
||||
|
||||
if (url.pathname === '/js/script.js') {
|
||||
const targetUrl = 'https://dashboard.coryd.dev/script.js'
|
||||
const targetUrl = 'https://stats.coryd.dev/script.js'
|
||||
const response = await fetch(targetUrl, {
|
||||
method: request.method,
|
||||
headers: request.headers
|
||||
|
@ -22,7 +22,7 @@ async function handleRequest(request) {
|
|||
}
|
||||
|
||||
if (url.pathname === '/js/api/send') {
|
||||
const targetUrl = 'https://dashboard.coryd.dev/api/send'
|
||||
const targetUrl = 'https://stats.coryd.dev/api/send'
|
||||
const response = await fetch(targetUrl, {
|
||||
method: request.method,
|
||||
headers: request.headers,
|
||||
|
|
Reference in a new issue