move web stuff into root folder so i can make more subpages

This commit is contained in:
SadlyNotSappho 2023-05-19 12:08:02 -07:00
parent f7ad0c6487
commit 0ff903c22d
25 changed files with 15 additions and 0 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
.vscode/extensions.json vendored Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
.eslintrc.cjs → root/.eslintrc.cjs Normal file → Executable file
View File

0
.prettierrc.json → root/.prettierrc.json Normal file → Executable file
View File

15
root/dontusethis.json Executable file
View File

@ -0,0 +1,15 @@
{
"local_location": "/srv/subdirs",
"subdirs": [
{
"subdir": "/about",
"type": "local",
"location": "/about/build/index.html"
},
{
"subdir": "/video",
"type": "redirect",
"location": "https://www.youtube.com/watch?v=wURbb6Tm1QM"
}
]
}

0
env.d.ts → root/env.d.ts vendored Normal file → Executable file
View File

0
index.html → root/index.html Normal file → Executable file
View File

0
package-lock.json → root/package-lock.json generated Normal file → Executable file
View File

0
package.json → root/package.json Normal file → Executable file
View File

0
public/favicon.ico → root/public/favicon.ico Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

0
src/App.vue → root/src/App.vue Normal file → Executable file
View File

0
src/assets/base.css → root/src/assets/base.css Normal file → Executable file
View File

0
src/assets/logo.svg → root/src/assets/logo.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 276 B

After

Width:  |  Height:  |  Size: 276 B

0
src/assets/main.css → root/src/assets/main.css Normal file → Executable file
View File

View File

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 93 KiB

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

View File

0
src/main.ts → root/src/main.ts Normal file → Executable file
View File

0
tsconfig.json → root/tsconfig.json Normal file → Executable file
View File

0
tsconfig.node.json → root/tsconfig.node.json Normal file → Executable file
View File

0
vite.config.ts → root/vite.config.ts Normal file → Executable file
View File