diff --git a/public/index.html b/public/index.html
index e56c814..b065a6e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,7 +5,7 @@
-
<%= htmlWebpackPlugin.options.title %>
+ Gractwo
+
+
\ No newline at end of file
diff --git a/src/components/gractwosvg.vue b/src/components/gractwosvg.vue
new file mode 100644
index 0000000..d3d9cd4
--- /dev/null
+++ b/src/components/gractwosvg.vue
@@ -0,0 +1,11 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/router/index.ts b/src/router/index.ts
index f2f662c..6aa8a01 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -7,18 +7,6 @@ const routes: Array = [
name: 'Home',
component: Home
},
- {
- path: '/o-nas',
- name: 'o-nas',
- // redirect: to => {
- // window.location.href = 'http://google.com'
- // return '/redirecting' // not important since redirecting
- // }
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import(/* webpackChunkName: "about" */ '../views/About.vue')
- },
{
path: '/discord',
name: 'Discord',
@@ -36,6 +24,14 @@ const routes: Array = [
window.location.replace('https://facebook.com/groups/gractwo')
return '/facebook'
}
+ },
+ {
+ path: '/j4mesen',
+ name: 'j4mesen',
+ redirect: () => {
+ window.location.replace('https://manczak.net')
+ return '/j4mesen'
+ }
}
]
diff --git a/src/views/Home.vue b/src/views/Home.vue
index 98197bc..f16f805 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -1,18 +1,56 @@
-
-
-
-
+
+
+
Witajcie w Gractwie!
+
+ Jesteśmy społecznością - grupą ludzi - których kręcą gry. Proste, nie?
+
+
+
+
+
Spis Moderacji
+
+
+
+
+
\ No newline at end of file