-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
108 lines (86 loc) · 3.25 KB
/
netlify.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
[build]
publish = "dist"
command = "npm run build"
[[redirects]]
from = "https://regenrek.com/posts/create-a-frontmatter-markdown-powered-blog-with-nuxt-js-in-2019/"
to = "https://regenrek.com/posts/create-a-frontmatter-markdown-powered-blog-with-nuxt.js/"
status = 301
[[redirects]]
from = "/posts/how-to-use-tailwind-css-1.0.0-in-nuxt-today/"
to = "https://regenrek.com/posts/how-to-use-tailwind-css-with-nuxt/"
status = 301
[[redirects]]
from = "/posts/how-to-use-tailwind-css-1.0.1-in-nuxt/"
to = "https://regenrek.com/posts/how-to-use-tailwind-css-with-nuxt/"
status = 301
[[redirects]]
from = "/posts/how-to-use-tailwind-css-1.2.0-with-nuxt/"
to= "https://regenrek.com/posts/how-to-use-tailwind-css-with-nuxt/"
[[redirects]]
from = "/blog/angularjs-schnelleinstieg-deutsch/"
to = "https://legacy.regenrek.at/angularjs-schnelleinstieg-deutsch/"
status = 301
[[redirects]]
from = "/blog/yeoman-der-webapp-generator/"
to = "https://legacy.regenrek.at/blog/yeoman-der-webapp-generator/"
status = 301
[[redirects]]
from = "/blog/mac-osx-festplatte-aufraeumen/"
to = "https://legacy.regenrek.at/blog/mac-osx-festplatte-aufraeumen/"
status = 301
[[redirects]]
from = "/blog/phpstorm-web-deploy-remote-edit/"
to = "https://legacy.regenrek.at/blog/phpstorm-web-deploy-remote-edit/"
status = 301
[[redirects]]
from = "/blog/vagrant-box-update-outdated-upgrade/"
to = "https://legacy.regenrek.at/blog/vagrant-box-update-outdated-upgrade/"
status = 301
[[redirects]]
from = "/blog/laravel-homestead-entwicklungsumgebung-als-vagrant-box/"
to = "https://legacy.regenrek.at/blog/laravel-homestead-entwicklungsumgebung-als-vagrant-box/"
status = 301
[[redirects]]
from = "/blog/laravel-5-und-angularjs-architektur-beispiel/"
to = "https://legacy.regenrek.at/blog/laravel-5-und-angularjs-architektur-beispiel/"
status = 301
[[redirects]]
from = "/blog/phpstorm-web-deploy-remote-edit"
to = "https://legacy.regenrek.at/blog/phpstorm-web-deploy-remote-edit"
status = 301
[[redirects]]
from = "/blog/installation-nvm-node-npm-yeoman-yosemite"
to = "https://legacy.regenrek.at/blog/installation-nvm-node-npm-yeoman-yosemite"
status = 301
[[redirects]]
from = "/blog/vagrant-workflow-mehrere-projekte-in-einer-vagrant-box"
to = "https://legacy.regenrek.at/blog/vagrant-workflow-mehrere-projekte-in-einer-vagrant-box"
status = 301
[[redirects]]
from = "/blog/ionic-framework-native-apps-html5-css-javascript/"
to = "https://legacy.regenrek.at/blog/ionic-framework-native-apps-html5-css-javascript/"
status = 301
[[redirects]]
from = "/blog/"
to = "https://legacy.regenrek.at/blog/"
status = 301
[[redirects]]
from = "/category/*"
to = "https://legacy.regenrek.at/blog/"
status = 301
[[redirects]]
from = "https://regenrek.at"
to = "https://regenrek.com"
status = 301
[[redirects]]
from = "https://regenrek.at/*"
to = "https://regenrek.com/:splat"
status = 301
[[redirects]]
from = "https://regenrek-blog.netlify.com"
to = "https://regenrek.com"
status = 301
[[redirects]]
from = "https://regenrek-blog.netlify.com/*"
to = "https://regenrek.com/:splat"
status = 301