diff --git a/quasar.config.js b/quasar.config.js index 10f269a..9b78c45 100644 --- a/quasar.config.js +++ b/quasar.config.js @@ -75,10 +75,24 @@ module.exports = configure(function (ctx) { // Full list of options: https://v2.quasar.dev/quasar-cli-webpack/quasar-config-js#Property%3A-devServer devServer: { server: { - type: "http", + // type: "https", + options: { + // Use ABSOLUTE paths or path.join(__dirname, 'root/relative/path') + // key: "/path/to/server.key", + // pfx: "/path/to/server.pfx", + // cert: "/path/to/server.crt", + // ca: "/path/to/ca.pem", + // passphrase: "webpack-dev-server", // do you need it? + }, }, port: 8080, open: false, // opens browser window automatically + client: { + webSocketURL: "wss://animeguitartab.site/", + }, + headers: { + "Access-Control-Allow-Origin": "*", + }, proxy: { "/api": { target: "http://localhost:5000/", @@ -88,12 +102,12 @@ module.exports = configure(function (ctx) { }, }, "/static": { - target: "http://localhost:8081/", + target: "https://localhost:8081/", secure: false, changeOrigin: true, - pathRewrite: { - "^/static": "", - }, + // pathRewrite: { + // "^/static": "", + // }, }, }, }, diff --git a/src/components/carousel.vue b/src/components/carousel.vue index 753e47b..2ddcd49 100644 --- a/src/components/carousel.vue +++ b/src/components/carousel.vue @@ -1,33 +1,52 @@ diff --git a/src/components/copyright-icp.vue b/src/components/copyright-icp.vue new file mode 100644 index 0000000..5b886ce --- /dev/null +++ b/src/components/copyright-icp.vue @@ -0,0 +1,35 @@ + + + + + diff --git a/src/pages/Index.vue b/src/pages/Index.vue index 109d18e..e6ba8fd 100644 --- a/src/pages/Index.vue +++ b/src/pages/Index.vue @@ -10,6 +10,7 @@
+ diff --git a/src/pages/Settings.vue b/src/pages/Settings.vue index 542a7f5..59bb47e 100644 --- a/src/pages/Settings.vue +++ b/src/pages/Settings.vue @@ -5,11 +5,16 @@
- -->
diff --git a/src/pages/TabTest.vue b/src/pages/TabTest.vue index eff516f..1929a2d 100644 --- a/src/pages/TabTest.vue +++ b/src/pages/TabTest.vue @@ -1,7 +1,15 @@