File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
lib/generators/inertia/install/templates Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export default function InertiaExample({ name }) {
18
18
< h1 className = { cs . h1 } > Hello { name } !</ h1 >
19
19
20
20
< div >
21
- < a href = "https://inertia-rails.netlify.app " target = "_blank" >
21
+ < a href = "https://inertia-rails.dev " target = "_blank" >
22
22
< img className = { cs . logo } src = { inertiaSvg } alt = "Inertia logo" />
23
23
</ a >
24
24
< a href = "https://vite-ruby.netlify.app" target = "_blank" >
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ import { createRoot } from 'react-dom/client'
4
4
5
5
createInertiaApp ( {
6
6
// Set default page title
7
- // see https://inertia-rails.netlify.app /guide/title-and-meta
7
+ // see https://inertia-rails.dev /guide/title-and-meta
8
8
//
9
9
// title: title => title ? `${title} - App` : 'App',
10
10
11
11
// Disable progress bar
12
12
//
13
- // see https://inertia-rails.netlify.app /guide/progress-indicators
13
+ // see https://inertia-rails.dev /guide/progress-indicators
14
14
// progress: false,
15
15
16
16
resolve : ( name ) => {
@@ -24,7 +24,7 @@ createInertiaApp({
24
24
25
25
// To use a default layout, import the Layout component
26
26
// and use the following lines.
27
- // see https://inertia-rails.netlify.app /guide/pages#default-layouts
27
+ // see https://inertia-rails.dev /guide/pages#default-layouts
28
28
//
29
29
// page.default.layout ||= (page) => createElement(Layout, null, page)
30
30
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ import { createApp, h } from 'vue'
3
3
4
4
createInertiaApp ( {
5
5
// Set default page title
6
- // see https://inertia-rails.netlify.app /guide/title-and-meta
6
+ // see https://inertia-rails.dev /guide/title-and-meta
7
7
//
8
8
// title: title => title ? `${title} - App` : 'App',
9
9
10
10
// Disable progress bar
11
11
//
12
- // see https://inertia-rails.netlify.app /guide/progress-indicators
12
+ // see https://inertia-rails.dev /guide/progress-indicators
13
13
// progress: false,
14
14
15
15
resolve : ( name ) => {
@@ -20,7 +20,7 @@ createInertiaApp({
20
20
21
21
// To use a default layout, import the Layout component
22
22
// and use the following lines.
23
- // see https://inertia-rails.netlify.app /guide/pages#default-layouts
23
+ // see https://inertia-rails.dev /guide/pages#default-layouts
24
24
//
25
25
// const page = pages[`../pages/${name}.vue`]
26
26
// page.default.layout = page.default.layout || Layout
You can’t perform that action at this time.
0 commit comments