🚧 💄 Implement new settings menu and 3 subpages
- Implement new main settings menu - Implement "filtering" page - Implement "appearance" page - Implement "about" page - Make the Git hash a link to the Git repo
This commit is contained in:
@ -11,6 +11,9 @@ export default defineConfig({
|
||||
GITVERSION: JSON.stringify(
|
||||
child.execSync("git rev-parse --short HEAD").toString()
|
||||
),
|
||||
GITURL: JSON.stringify(
|
||||
child.execSync("git config --get remote.origin.url").toString()
|
||||
),
|
||||
},
|
||||
plugins: [
|
||||
vue(),
|
||||
|
Reference in New Issue
Block a user