Remove hard-coded title

master
Tanner Collin 2 years ago
parent e6589dc61c
commit bf3663bbec
  1. 2
      webclient/public/index.html

@ -28,7 +28,7 @@
work correctly both with client-side routing and a non-root public URL. work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>{{ title }} - QotNews</title> <title>{{ title }}</title>
<style> <style>
html { html {

Loading…
Cancel
Save