mirror of
https://github.com/wah-su/mstickers.git
synced 2025-05-05 04:19:36 +05:00
REFACTOR: Generate Static Pages instead of ?id query param for sticker pack
This commit is contained in:
parent
5cb32a8681
commit
dfcddfc0cd
21 changed files with 2074 additions and 473 deletions
12
.vscode/settings.json
vendored
Normal file
12
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"fiveServer.ignore": [
|
||||
"**/node_modules/**",
|
||||
".vscode/**",
|
||||
".git/**",
|
||||
"**/*.scss",
|
||||
"**/*.sass",
|
||||
"**/*.css",
|
||||
"**/*.ts",
|
||||
"**/*.js",
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue