diff --git a/src/includes/Aoc1501.tsx b/src/includes/Aoc1501.tsx index 4ada2fc..5115b8e 100644 --- a/src/includes/Aoc1501.tsx +++ b/src/includes/Aoc1501.tsx @@ -2,7 +2,7 @@ import { useState, useEffect } from 'react' import { FetchData, LenNStrsFromLine } from '../helpers/Helpers' const URL:string = - 'https://raw.githubusercontent.com/nuoxoxo/in/main/1501.in' + 'https://raw.githubusercontent.com/nuoxoxo/in/aoc/main/1501.in' const santaArray: string[] = ['πŸŽ…πŸ»', 'πŸ§‘πŸ»β€πŸŽ„', '🀢🏻', '🦌', 'πŸ›·', 'πŸŽ„', diff --git a/src/includes/Aoc1502.tsx b/src/includes/Aoc1502.tsx index 30aed2c..f5371d0 100644 --- a/src/includes/Aoc1502.tsx +++ b/src/includes/Aoc1502.tsx @@ -1,7 +1,7 @@ import { useState, useEffect } from "react" import { FetchData, LenNStrsFromLine } from "../helpers/Helpers" -const URL:string = "https://raw.githubusercontent.com/nuoxoxo/in/main/1502.in" +const URL:string = "https://raw.githubusercontent.com/nuoxoxo/in/aoc/main/1502.in" var Aoc1501 = () => { const [lines, setLines] = useState( [] ) diff --git a/src/includes/Aoc1608.tsx b/src/includes/Aoc1608.tsx index 79001be..69842c1 100644 --- a/src/includes/Aoc1608.tsx +++ b/src/includes/Aoc1608.tsx @@ -2,7 +2,7 @@ import { useState, useEffect } from "react" import { FetchData, LenNStrsFromLine, Deepcopy2DArray } from "../helpers/Helpers" const URL:string = - "https://raw.githubusercontent.com/nuoxoxo/in/main/1608.in" + "https://raw.githubusercontent.com/nuoxoxo/in/aoc/main/1608.in" const charSet = ['β—‹', 'ΒΎ', 'β…ž', 'β–‘', 'β–’', 'β–“']//, 'β–ˆ'] const symbol = charSet[Math.floor(Math.random() * charSet.length)] diff --git a/src/includes/Aoc1802.tsx b/src/includes/Aoc1802.tsx index a4fb6e0..992d73f 100644 --- a/src/includes/Aoc1802.tsx +++ b/src/includes/Aoc1802.tsx @@ -1,7 +1,7 @@ import { useState, useEffect } from "react" import { FetchData, LenNStrsFromLine } from "../helpers/Helpers" -const URL:string = "https://raw.githubusercontent.com/nuoxoxo/in/main/1802.in" +const URL:string = "https://raw.githubusercontent.com/nuoxoxo/in/aoc/main/1802.in" const special3 = "🟑" const special2 = "πŸ”΅" diff --git a/src/includes/Aoc1803.tsx b/src/includes/Aoc1803.tsx index e545a5c..7b6d1d1 100644 --- a/src/includes/Aoc1803.tsx +++ b/src/includes/Aoc1803.tsx @@ -2,7 +2,7 @@ import { useState, useEffect } from "react" import { FetchData, LenNStrsFromLine, /*Deepcopy2DArray*/ } from "../helpers/Helpers" const URL:string = - "https://raw.githubusercontent.com/nuoxoxo/in/main/1803.in" + "https://raw.githubusercontent.com/nuoxoxo/in/aoc/main/1803.in" var Aoc1803 = () => { diff --git a/src/includes/Aoc2003.tsx b/src/includes/Aoc2003.tsx index 586ac58..493f073 100644 --- a/src/includes/Aoc2003.tsx +++ b/src/includes/Aoc2003.tsx @@ -1,7 +1,7 @@ import { useState, useEffect } from "react" import { FetchData, LenNStrsFromLine, /*Deepcopy2DArray,*/ } from "../helpers/Helpers" -const URL: string = "https://raw.githubusercontent.com/nuoxoxo/in/main/2003.in" +const URL: string = "https://raw.githubusercontent.com/nuoxoxo/in/aoc/main/2003.in" const symbolArr = ['β–ˆ', '⬀', 'πŸ”΅', '🟑', '🟒', 'πŸŒ•', '🎾', 'β­•', '🈡', '🈢', '🍊', '🦁', '🐯'] const symbol = symbolArr[Math.floor(Math.random() * symbolArr.length)] diff --git a/src/includes/Aoc2011.tsx b/src/includes/Aoc2011.tsx index 034c7a4..c944703 100644 --- a/src/includes/Aoc2011.tsx +++ b/src/includes/Aoc2011.tsx @@ -1,7 +1,7 @@ import { useState, useEffect } from "react" import { FetchData, LenNStrsFromLine } from "../helpers/Helpers" -const URL:string = "https://raw.githubusercontent.com/nuoxoxo/in/main/2011.in" +const URL:string = "https://raw.githubusercontent.com/nuoxoxo/in/aoc/main/2011.in" var Aoc2011 = () => { const [lines, setLines] = useState([]) diff --git a/src/includes/Aoc2105.tsx b/src/includes/Aoc2105.tsx index f327740..9abd70d 100644 --- a/src/includes/Aoc2105.tsx +++ b/src/includes/Aoc2105.tsx @@ -6,7 +6,7 @@ import { } from "../helpers/Helpers" const URL: string = - "https://raw.githubusercontent.com/nuoxoxo/in/main/2105.in" + "https://raw.githubusercontent.com/nuoxoxo/in/aoc/main/2105.in" var Aoc2105 = () => { const [lines, setLines] = useState([]) diff --git a/src/includes/Aoc2210.tsx b/src/includes/Aoc2210.tsx index 5d41d7d..1380d6c 100644 --- a/src/includes/Aoc2210.tsx +++ b/src/includes/Aoc2210.tsx @@ -2,7 +2,7 @@ import { useState, useEffect } from "react" import { FetchData, LenNStrsFromLine } from "../helpers/Helpers" const URL:string = - "https://raw.githubusercontent.com/nuoxoxo/in/main/2210.in" + "https://raw.githubusercontent.com/nuoxoxo/in/aoc/main/2210.in" const denseChars:string[] = ['@']//, 'β–“', '✲', '✳', '✴', '✡', '✢', '✷', '✸', '✹', '✺', '✻', '✼', '✽', '✾', '✿', '❀'] diff --git a/src/includes/Aoc2212.tsx b/src/includes/Aoc2212.tsx index eef6fbb..e4a5f37 100644 --- a/src/includes/Aoc2212.tsx +++ b/src/includes/Aoc2212.tsx @@ -1,7 +1,7 @@ import { useState, useEffect } from "react" import { FetchData, LenNStrsFromLine } from "../helpers/Helpers" -const URL:string = "https://raw.githubusercontent.com/nuoxoxo/in/main/2212.in" +const URL:string = "https://raw.githubusercontent.com/nuoxoxo/in/aoc/main/2212.in" const symbolArr = ["β—‹", '✲', '✳', '✡', '✢', '✻', '✼'] const symbol = symbolArr[Math.floor(Math.random() * symbolArr.length)] diff --git a/src/includes/Aoc2222.tsx b/src/includes/Aoc2222.tsx index 4332f90..03804cb 100644 --- a/src/includes/Aoc2222.tsx +++ b/src/includes/Aoc2222.tsx @@ -5,7 +5,7 @@ import { // Deepcopy2DArray, } from "../helpers/Helpers" -const URL: string = "https://raw.githubusercontent.com/nuoxoxo/in/main/2222.in" +const URL: string = "https://raw.githubusercontent.com/nuoxoxo/in/aoc/main/2222.in" const chrs: string[] = ['β—‹', 'β–“', 'β–’', '#']//, 'x', '✲', '✳', '✡', '✢', '✻', '✼'] const chr: string = chrs[Math.floor(Math.random() * chrs.length)] diff --git a/src/includes/Aoc2223.tsx b/src/includes/Aoc2223.tsx index a956d44..cc86938 100644 --- a/src/includes/Aoc2223.tsx +++ b/src/includes/Aoc2223.tsx @@ -1,7 +1,7 @@ import { useState, useEffect } from "react" import { FetchData, LenNStrsFromLine } from "../helpers/Helpers" -const URL: string = "https://raw.githubusercontent.com/nuoxoxo/in/main/2223.1" +const URL: string = "https://raw.githubusercontent.com/nuoxoxo/in/aoc/main/2223.1" var Aoc2223 = () => { const [lines, setLines] = useState([])